Geographic location type This structure describes a spot on the Earth with respect to a reference ellipsoid.
typedef struct {
double latitude_deg ;
double longitude_deg ;
double altitude_meters ;
}wmm_location_t;
BlackBerry 10.0.0
Currently, the WGS84 ellipsoid is used. More precise ellipsoids may be used in future models.
Note that additional conversions are required to find AMSL (Above Mean Sea Level) or AGL (Above Ground Level).