Return the longitude of the geographic location.
#include <geomonitor.h>
geomonitor_error_t geomonitor_geolocation_get_longitude(geomonitor_geolocation_t geolocation, double *longitude)
BlackBerry 10.2.0
A handle to a geolocation.
The longitude of the center of the geographic location. This is a value (in degrees) in the range [-180, 180.0].
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.