Read an event from the geomonitor service.
#include <geomonitor.h>
geomonitor_error_t geomonitor_service_get_event(geomonitor_service_t geomonitor, geomonitor_service_event_t *event)
BlackBerry 10.2.0
A handle to the geomonitor service.
The event from the geomonitor service. This parameter must be initialized to NULL when passed to this function.
The calling code assumes ownership of the event.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.