WRLDElevationMode Constants Reference

WRLDElevationMode

Indicates how an elevation property of WRLDOverlay is interpreted.

Definition

typedef NS_ENUM(NSInteger, WRLDElevationMode ) {
   WRLDElevationModeHeightAboveSeaLevel,
   WRLDElevationModeHeightAboveGround,
};

Constants

WRLDElevationModeHeightAboveSeaLevel

The elevation property is interpreted as an absolute altitude above mean sea level, in meters.

WRLDElevationModeHeightAboveGround

The elevation property is interpreted as a height relative to the map’s terrain, in meters.

v0.0.1600