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