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 Space.
Gets the bounding box of the geoJSON geometry.
The bounding box of the geoJSON geometry
Gets the array of ImageMetaDatas associated with this map feature.
An array of Image objects, or an empty array if no images exist.
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 space data to JSON.
An object representing the space.
Static
isChecks if the provided instance is of type Space.
The instance to check.
True if the instance is a Space, false otherwise.
A Space represents an area enclosed by walls, such as a hall or room. Spaces can be Interactive and have Labels and Markers added to them. Spaces can also be customized with a color, texture and hover color.
Refer to the Spaces Guide for more information and interactive examples.