Retrieve the heading from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_heading(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the heading from.
The geolocation_event_get_heading() function extracts the heading from the specified GEOLOCATION_INFO event.
The heading (in degrees). Will be not-a-number (NaN) if not valid.