Find the region with the given name in the monitored regions list.
#include <geomonitor.h>
geomonitor_error_t geomonitor_find(const char *region_name, geomonitor_region_t *region)
BlackBerry 10.2.0
The unique region name to search for.
If region_name is found, this is a geomonitor_region_t containing a copy of the region.
If the region is found, a copy of it is returned via the region parameter. The caller is responsible for releasing the region.
This function makes a service request that blocks until the service responds.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.