VMMSMapOutdoorBuilding
@interface VMMSMapOutdoorBuilding : VMMSBaseBuilding
Concrete subclass of VMMSBaseBuilding that represents the outside
areas of the venue
Since
1.1-
Get floor with the given identifier
Declaration
Swift
- (VMMSMapOutdoorBuildingFloor *)getFloorWithId:(NSString *)uid;Parameters
uidthe uid of the floor
Return Value
the given floor, or nil if none exists
VMMSMapOutdoorBuilding Class Reference