Retrieve the longitude from a GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_longitude(bps_event_t *event)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the longitude from.
The geolocation_event_get_longitude() function extracts the longitude from the specified GEOLOCATION_INFO event.
The longitude (in degrees). Positive values indicate east longitude and negative values indicate west longitude. Will be not-a-number (NaN) if not valid.