Gets the center Coordinate of the MapObject.
The object's center 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 Object.
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.
Gets the type of the MapObject.
The kind of the object.
Serializes the MapObject data to JSON.
An object representing the MapObject.
Static
is
A class representing generic map object data within the map.
It could represent various objects on the map, such as desks, chairs, etc.
MapObject appearance can be customized by changing the color or adding a texture to its top or sides. Refer to the Textures & Colors Guide for more information and interactive examples.