GPS Location

IID: [1:{01000048}]

This interface represents a location in the real world defined as latitude, longitude, and elevation using the WGS84 datum.

> Type Definitions

LatitudeType ID: 0

The latitude component of the GPS location.

MAX: 90.0
MIN: -90.0
Unit: Degrees (°) north of the equator. Negative values represent degrees south of the equator.
Type: float64
LongitudeType ID: 1

The longitude component of the GPS location.

MAX: 180.0
MIN: -180.0
Unit: Degrees (°) east of the Prime Meridian (Royal Observatory, Greenwich, England). Negative values represent degrees west of the Prime Meridian.
Type: float64
ElevationType ID: 2

The elevation component of the GPS location.

MAX: 10000.0
MIN: -10000.0
Unit: Meters (m) above sea-level.
Type: float64
LocationType ID: 3

The location consisting of latitude, longitude, and elevation using the WGS84 datum.

Type: structure { 0 - Latitude ,  1 - Longitude ,  2 - Elevation }

> Properties

locationItem ID: 1

The GPS location.

Read: true
Write: false
Type: 3 -  Location