Indicate whether the number of satellites used and the total number of satellites from a GEOLOCATION_INFO event are valid.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_is_num_satellites_valid(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to get the number of satellites validity from.
The geolocation_event_is_num_satellites_valid() function indicates whether the number of satellites used and the total number of satellites from the specified GEOLOCATION_INFO event are valid.
true if the number of satellites is valid, false otherwise.