Retrieve the geoid height from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_geoid_height(bps_event_t *event)
BlackBerry 10.2.0
The GEOLOCATION_INFO event to extract the geoid height from.
The geolocation_event_get_geoid_height() function extracts the geoid height from the specified GEOLOCATION_INFO event. The geoid height is the difference between Mean Sea Level and the WGS84 ellipsoid.
The geoid height, in meters.