ArcGIS Runtime SDK for iOS
100.15
|
A protocol that can be implemented by layers that support floor filtering.
The AGSFloorAware
protocol is implemented by floor-aware layers such as AGSFeatureLayer
. A floor-aware layer is a layer that contains indoor GIS data representing features that can be located on a specific floor of a building. When a layer is floor-aware, data can be filtered based on one or more floors.
Properties | |
AGSLayerFloorDefinition * | floorDefinition |
|
readwriterequirednonatomicstrong |
Defines the properties that allow a layer to be floor-aware.
When a layer is configured as floor-aware, it has an AGSFloorAware::floorDefinition
property that defines properties that allow a layer to be floor-aware. When it is nil
(default value) the specific layer does not support floor filtering.