Return the accuracy of the location calculation.
#include <geomonitor.h>
geomonitor_error_t geomonitor_geolocation_get_accuracy(geomonitor_geolocation_t geolocation, double *accuracy)
BlackBerry 10.2.0
A handle to a geolocation.
The accuracy (in meters) of the location calculation.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.