WRLDIndoorMapEntityLoadState Constants Reference

WRLDIndoorMapEntityLoadState

Represents the current streaming status of indoor map entities for an indoor map.

Definition

typedef NS_ENUM(NSInteger, WRLDIndoorMapEntityLoadState ) {
   WRLDIndoorMapEntityLoadStateNone,
   WRLDIndoorMapEntityLoadStatePartial,
   WRLDIndoorMapEntityLoadStateComplete,
};

Constants

WRLDIndoorMapEntityLoadStateNone

The indoor map is not loaded.

WRLDIndoorMapEntityLoadStatePartial

Some map tiles for the indoor map are loaded.

WRLDIndoorMapEntityLoadStateComplete

All map tiles for the indoor map are loaded.

v0.0.1600