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