Add a region to the list of monitored regions.
#include <geomonitor.h>
geomonitor_error_t geomonitor_add(geomonitor_region_t region)
BlackBerry 10.2.0
The region to add to the list of monitored regions.
The region is monitored from the time it is added to the list.
When you add a region to the list of monitored regions, this function makes a service request and blocks until the service responds.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.