# PointOfInterest
## Properties
**object_type** | **String** | Attribute is used as discriminator for inheritance between data types. |
**id** | **String** | id defining the place. The code is provided as URN, relative URNs are allowed with base path urn:uic:stn '0850000' |
**alternative_ids** | Option<**Vec<String>**> | For a place with ids in different reference systems, the alternative ids can be returned. The reference system is encoded in the string. E.g.: 'urn:uic:std:80000', 'x_swe:stn:10000', 'ch:1:sloid:343434' | [optional]
**geo_position** | Option<[**models::GeoPosition**](GeoPosition.md)> | | [optional]
**r#ref** | Option<[**models::PlaceRef**](PlaceRef.md)> | | [optional]
**_links** | Option<[**Vec<models::Link>**](Link.md)> | Java Property Name: 'links' | [optional]
**name** | **String** | Name or description of point of interest for use in passenger information. |
**code** | **String** | id of the Point of Interest. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)