Gets the Coordinate of the POI.
The POI's coordinate.
Gets the description of the map feature.
The description of the map feature, or an empty string if no description exists.
Gets the external identifier of the map feature.
The external ID of the map feature, or an empty string if no external ID exists.
Gets the underlying GeoJSON Feature representation of this PointOfInterest.
Gets the bounding box of the geoJSON geometry.
The bounding box of the geoJSON geometry
Gets the LocationProfiles attached to this feature.
An array of location profiles.
Gets the name of the map feature.
The name of the map feature.
Serializes the POI data to JSON.
An object representing the POI.
Static
isChecks if the provided instance is of type PointOfInterest.
The instance to check.
True if the instance is a PointOfInterest, false otherwise.
A class representing point of interest data within the map.
Points of interest are used to represent specific points on the map with additional information(e.g. ATMs, Water Fountains).