Indicate whether the altitude accuracy from a GEOLOCATION_INFO event is valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_altitude_accuracy_valid(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to get the altitude accuracy validity from.
The geolocation_event_is_altitude_accuracy_valid() function indicates whether the accuracy of the altitude from the specified GEOLOCATION_INFO event is valid.
true if the altitude accuracy is valid, false otherwise.