LayerFloorDefinition

class LayerFloorDefinition : JsonSerializable

Describes how features in a FloorAware layer are associated with floor levels of a facility. LayerFloorDefinition defines the properties that are used to filter the levels, or floors, of a facility.

See also

Constructors

Link copied to clipboard
fun LayerFloorDefinition(floorField: String)

Creates a new LayerFloorDefinition object with a name of an attribute field.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.

Properties

Link copied to clipboard
val floorField: String

The name of the attribute field that contains each floor level's ID.

Link copied to clipboard
open override val unknownJson: Map<String, Any>

Unknown data from the source JSON. Unknown JSON is a dictionary of values that was in the source JSON but was unparsed by this API.

Link copied to clipboard
open override val unsupportedJson: Map<String, Any>

Unsupported data from the source JSON. Unsupported JSON is a dictionary of values that are supported by web maps, but not exposed through this API.