Retrieve the total number of satellites reported from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API int geolocation_event_get_num_satellites_total(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the total number of satellites reported from.
The geolocation_event_get_num_satellites_total() function extracts the total number of satellites reported in the specified GEOLOCATION_INFO event. This function indicates the total number of satellites for which data is available. The satellite_index argument of the satellite functions must be less that this number.
The total number of satellites reported.