Readonly
idThe identity of the map data.
Gets the array of images associated with this data type.
Gets the links associated with this data type.
Calculates and gets the center Coordinate of the door.
The center coordinate.
Gets the description of the door.
The description of the door.
Gets the external ID of the door.
The external ID of the door.
Gets whether this door is an exterior door.
Gets the name of the door.
The name of the door.
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.