EnumAltitudeMode
The altitude mode. The legal values for the mode attribute on the altitude element in a geographic_location element.
Constructors
| Constructor | Description |
|---|---|
| EnumAltitudeMode() |
Fields
| Field | Description |
|---|---|
| ABSOLUTE | Gets the absolute value. |
| RELATIVE_TO_GROUND | Gets the relative to ground value. |
EnumAltitudeMode()
public EnumAltitudeMode()
ABSOLUTE
public static final String ABSOLUTE
Gets the absolute value.
Returns: String
RELATIVE_TO_GROUND
public static final String RELATIVE_TO_GROUND
Gets the relative to ground value.
Returns: String