Indicate whether the accuracy semi-minor axis from a GEOLOCATION_INFO event is valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_accuracy_semi_minor_axis_valid(bps_event_t *event)
BlackBerry 10.2.0
The GEOLOCATION_INFO event to get the accuracy semi-minor axis validity from.
The geolocation_event_is_accuracy_semi_minor_axis_valid() function indicates whether the accuracy semi-minor axis from the specified GEOLOCATION_INFO event is valid.
true if the accuracy semi-minor axis is valid, false otherwise.