Retrieve the accuracy of the altitude from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_altitude_accuracy(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the accuracy from.
The geolocation_event_get_altitude_accuracy() function extracts the accuracy of the altitude from the specified GEOLOCATION_INFO event.
The accuracy of the altitude (in meters). Will be not-a-number (NaN) if not valid.