Return the location where the geomonitor event occurred.
#include <geomonitor.h>
geomonitor_error_t geomonitor_service_event_get_location(geomonitor_service_event_t event, geomonitor_geolocation_t *location)
BlackBerry 10.2.0
A geomonitor event.
The location of the event. This parameter must be initialized to NULL.
Ownership of region is not transferred to the caller.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.