VMMSMapUnitType
enum VMMSMapUnitType {}
Different types of map units
Since
1.1-
represents restrooms on the map
Declaration
Swift
kMapUnitTypeRestroom -
represents elevators on the map
Declaration
Swift
kMapUnitTypeElevator -
represents stairwells on the map
Declaration
Swift
kMapUnitTypeStairs -
represents hallways/walkways on the map
Declaration
Swift
kMapUnitTypeWalkway -
represents rooms on the map
Declaration
Swift
kMapUnitTypeRoom -
represents amenities on the map
Declaration
Swift
kMapUnitTypeAmenity -
represents fixtures on the map
Declaration
Swift
kMapUnitTypeFixture -
represents other items on the map that don’t fall into existing categories
Declaration
Swift
kMapUnitTypeOther
VMMSMapUnitType Enum Reference