Return the name of the region.
#include <geomonitor.h>
geomonitor_error_t geomonitor_region_get_name(geomonitor_region_t region, char **name)
BlackBerry 10.2.0
A handle to the geomonitor region.
The name of the region.
Ownership is not transferred to the output parameter, so the caller should not release it.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.