Stop receiving geomonitor events.
#include <bps/geomonitor.h>
BPS_API int bps_geomonitor_stop_events(int flags)
BlackBerry 10.2.0
The types of events to stop. A value of zero indicates that all events are stopped. The meaning of non-zero values is reserved for future use.
The bps_geomonitor_stop_events() function stops the delivery of geomonitor events to your application. If the application does not have the access_location_services capability, this function will fail.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.