Retrieve the accuracy semi-major axis from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_accuracy_semi_major_axis(bps_event_t *event)
BlackBerry 10.2.0
The GEOLOCATION_INFO event to extract the accuracy semi-major axis from.
The geolocation_event_get_accuracy_semi_major() function extracts the semi-major axis of the accuracy ellipse from the specified GEOLOCATION_INFO event.
The semi-major axis accuracy, in meters.