VMMSMapUnitType

enum VMMSMapUnitType : NSUInteger {}

Different types of map units

Since

1.1
  • represents restrooms on the map

    Declaration

    Objective-C

    kMapUnitTypeRestroom
  • represents elevators on the map

    Declaration

    Objective-C

    kMapUnitTypeElevator
  • represents stairwells on the map

    Declaration

    Objective-C

    kMapUnitTypeStairs
  • represents hallways/walkways on the map

    Declaration

    Objective-C

    kMapUnitTypeWalkway
  • represents rooms on the map

    Declaration

    Objective-C

    kMapUnitTypeRoom
  • represents amenities on the map

    Declaration

    Objective-C

    kMapUnitTypeAmenity
  • represents fixtures on the map

    Declaration

    Objective-C

    kMapUnitTypeFixture
  • represents other items on the map that don’t fall into existing categories

    Declaration

    Objective-C

    kMapUnitTypeOther