ArcGIS Runtime SDK for iOS
100.15
|
A floor level within a facility for a floor-aware map or scene.
A floor level describes the footprint of each occupiable floor contained in an AGSFloorFacility
. You can get the floor levels from the AGSFloorManager
associated with a floor-aware map or scene.
AGSFloorManager::levels
Properties | |
AGSFloorFacility * | facility |
AGSGeometry * | geometry |
NSString * | levelID |
NSInteger | levelNumber |
NSString * | longName |
NSString * | shortName |
NSInteger | verticalOrder |
BOOL | visible |
|
readnonatomicweak |
The facility that contains the floor level.
This property will be nil
for orphan levels (those not contained in a facility).
|
readnonatomicstrong |
The level geometry.
|
readnonatomiccopy |
The level ID.
|
readnonatomicassign |
The level floor number in the facility.
|
readnonatomiccopy |
The level long name.
|
readnonatomiccopy |
The level short name.
|
readnonatomicassign |
The vertical order within the collection of levels for the facility.
The default value is 0
, which represents the ground floor.
|
readwritenonatomicassign |
The level's visibility
If YES
, the level is visible. If NO
, the level is not visible. The default value is YES
in 3D and for the ground floor in 2D.