Return the name of the region from the specified index of the monitored regions list.
#include <geomonitor.h>
const char* geomonitor_region_names_list_get(region_names_list_t region_names_list, size_t index)
BlackBerry 10.2.0
The list of monitored regions.
The index of the region to return the name of.
The name of the region from position index of the list. NULL is returned on error (e.g., index is out of bounds or region_names_list is NULL).