AltitudeMode

#include <bb/platform/geo/AltitudeMode>

To link against this class, add the following line to your .pro file: LIBS += -lbbcascadesmaps

An enumeration that captures how the altitude attribute should be interpreted.

Since:

BlackBerry 10.0.0

Public Types Index

enum Type

Default = 0, Absolute = 1, ClampToGround = 2, RelativeToGround = 3

Public Types

Type

The altitude measurement can be relative to the ground (default) or the sea level.

Since:

BlackBerry 10.0.0

Default = 0

Altitude measurement is relative to the ground.

Since:

BlackBerry 10.0.0

Absolute = 1

Altitude measurement is relative to sea level.

Since:

BlackBerry 10.0.0

ClampToGround = 2

Altitude measurement is ignored.

Since:

BlackBerry 10.0.0

RelativeToGround = 3

Altitude measurement is relative to the ground.

Since:

BlackBerry 10.0.0