Retrieve the number of satellites that are used to determine the device's geolocation from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API int geolocation_event_get_num_satellites_used(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the number of satellites from.
The geolocation_event_get_num_satellites_used() function extracts the number of satellites that are used to determine the device's geolocation from the specified GEOLOCATION_INFO event.
The number of satellites that are used to determine the device's geolocation.