WRLDIndoorMapEntityInformation Class Reference

Maintains information about indoor map entities belonging to an indoor map with the specified id. Entity information is updated as map tiles stream in.

+ informationForIndoorMap:

+ (instancetype)informationForIndoorMap:(NSString *)indoorMapId

Instantiate a WRLDIndoorMapEntityInformation object to retrieve entity information for an indoor map.

Returns:

The WRLDIndoorMapEntityInformation instance.

Argument Description
indoorMapId

The string id of the indoor map to retrieve entity information for.

@property indoorMapId

@property (nonatomic, readonly, copy) NSString *indoorMapId

The string id of the indoor map associated with this IndoorMapEntityInformation object.

@property indoorMapEntities

@property (nonatomic, readonly, copy) NSArray<WRLDIndoorMapEntity*> *indoorMapEntities

An array of WRLDIndoorMapEntity objects, representing the currently loaded indentifiable features for the associated indoor map.

@property loadState

@property (nonatomic, readonly) WRLDIndoorMapEntityLoadState loadState

The current streaming status for the associated indoor map.

v0.0.1600