Indicate whether the geoid height from a GEOLOCATION_INFO event is valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_geoid_height_valid(bps_event_t *event)
BlackBerry 10.2.0
The GEOLOCATION_INFO event to get the geoid height validity from.
The geolocation_event_is_geoid_height_valid() function indicates whether the geoid height from the specified GEOLOCATION_INFO event is valid. The geoid height is the difference between Mean Sea Level and the WGS84 ellipsoid.
true if the geoid height is valid, false otherwise.