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