VMMSMapBuilding

@interface VMMSMapBuilding : VMMSBaseBuilding

Concrete subclass of VMMSBaseBuilding that represents all buildings except the outdoor areas

Since

1.0
  • Get floor from it’s uid

    Declaration

    Swift

    - (VMMSMapBuildingFloor *)getFloorWithId:(NSString *)uid;

    Parameters

    uid

    the uid of the floor

    Return Value

    the floor or nil if one cannot be found