WRLDIndoorMap Class Reference

An object containing information about an indoor map.

@property indoorId

@property (readonly) NSString *indoorId

A string representing a unique ID for this indoor map

@property name

@property (readonly) NSString *name

The human-readable name of this indoor map.

@property floors

@property (readonly) NSArray<WRLDIndoorMapFloor*> *floors

An array of WRLDIndoorMapFloor objects, corresponding to the floors of this indoor map.

@property userData

@property (readonly) NSString *userData

Optional additional JSON data associated with this indoor map.

v0.0.1600