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