Retrieve the ID (PRN) of the satellite at the specified index in the GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API int geolocation_event_get_satellite_id(bps_event_t *event,
int satellite_index)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the satellite ID (PRN) from.
The index of the satellite to extract the satellite ID (PRN) of. Must be in the range 0 to geolocation_event_get_num_satellites() - 1.
The geolocation_event_get_satellite_id() function extracts the ID (PRN) of the satellite at the specified index in the GEOLOCATION_INFO event.
The ID (PRN) of the satellite at the specified index.