Returns the geomonitor region where an event occurred.
#include <geomonitor.h>
geomonitor_error_t geomonitor_service_event_get_region(geomonitor_service_event_t event, geomonitor_region_t *region)
BlackBerry 10.2.0
A geomonitor event.
The region where event occurred. 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.