Calculates and gets the center Coordinate of the door.
The 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 Door.
Gets the bounding box of the geoJSON geometry.
The bounding box of the geoJSON geometry
Gets whether this door is an exterior door.
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.
Converts the door information to a JSON object.
An object representing the door.
Static
is
A class representing door data within the map.
Doors are hidden by default. Doors can be made visible by setting their
visible
property totrue
.Doors can also be made visible on an individual basis by passing in a Door object to MapView.updateState.
Refer to the Door Guide for more information and interactive examples.
Door appearance can be customized by changing the color or adding a texture to the top or sides of a door. Refer to the Textures & Colors Guide for more information and interactive examples.