# Place
## Properties
**name** | **String** | name of the transit stop / PoI / address |
**stop_id** | Option<**String**> | The ID of the stop. This is often something that users don't care about. | [optional]
**importance** | Option<**f64**> | The importance of the stop between 0-1. | [optional]
**lat** | **f64** | latitude |
**lon** | **f64** | longitude |
**level** | **f64** | level according to OpenStreetMap |
**tz** | Option<**String**> | timezone name (e.g. \"Europe/Berlin\") | [optional]
**arrival** | Option<**String**> | arrival time | [optional]
**departure** | Option<**String**> | departure time | [optional]
**scheduled_arrival** | Option<**String**> | scheduled arrival time | [optional]
**scheduled_departure** | Option<**String**> | scheduled departure time | [optional]
**scheduled_track** | Option<**String**> | scheduled track from the static schedule timetable dataset | [optional]
**track** | Option<**String**> | The current track/platform information, updated with real-time updates if available. Can be missing if neither real-time updates nor the schedule timetable contains track information. | [optional]
**description** | Option<**String**> | description of the location that provides more detailed information | [optional]
**vertex_type** | Option<[**models::VertexType**](VertexType.md)> | | [optional]
**pickup_type** | Option<[**models::PickupDropoffType**](PickupDropoffType.md)> | Type of pickup. It could be disallowed due to schedule, skipped stops or cancellations. | [optional]
**dropoff_type** | Option<[**models::PickupDropoffType**](PickupDropoffType.md)> | Type of dropoff. It could be disallowed due to schedule, skipped stops or cancellations. | [optional]
**cancelled** | Option<**bool**> | Whether this stop is cancelled due to the realtime situation. | [optional]
**alerts** | Option<[**Vec<models::Alert>**](Alert.md)> | Alerts for this stop. | [optional]
**flex** | Option<**String**> | for `FLEX` transports, the flex location area or location group name | [optional]
**flex_id** | Option<**String**> | for `FLEX` transports, the flex location area ID or location group ID | [optional]
**flex_start_pickup_drop_off_window** | Option<**String**> | Time that on-demand service becomes available | [optional]
**flex_end_pickup_drop_off_window** | Option<**String**> | Time that on-demand service ends | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)