Gets the center Coordinate of the annotation.
The annotation'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 Annotation.
Gets the bounding box of the geoJSON geometry.
The bounding box of the geoJSON geometry
Gets the group of the annotation.
The annotation group.
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.
Gets the type of the annotation.
The annotation type.
Converts the annotation information to a JSON object.
An object representing the annotation.
Static
isChecks if the provided instance is of type Annotation.
The instance to check.
True if the instance is an Annotation, false otherwise.
A class representing annotation data within the map.
Annotations are used to mark specific points or areas on the map with additional information. It includes some details on a map that may be relevant to safety or accessibility (e.g. Fire Extinguishers). Refer to the Annotation Guide for more information.