ArcGIS Runtime SDK for iOS
100.15
|
A facility that contains one or more levels for a floor-aware map or scene.
An AGSFloorFacility
represents any structure, such as an office or campus building, retail setting, or industrial structure. Facilities have one or more AGSFloorLevel
and are optionally contained within an AGSFloorSite
. You can get the facilities from the AGSFloorManager
associated with a floor-aware map or scene.
AGSFloorManager::facilities
Properties | |
NSString * | facilityID |
AGSGeometry * | geometry |
NSArray< AGSFloorLevel * > * | levels |
NSString * | name |
AGSFloorSite * | site |
|
readnonatomiccopy |
The facility ID.
|
readnonatomicstrong |
The facility geometry.
|
readnonatomiccopy |
The facility levels, sorted in ascending vertical order.
|
readnonatomiccopy |
The facility name.
|
readnonatomicweak |
The site the facility belongs to.