Retrieve the active request status from a GEOLOCATION_STATUS event.
#include <bps/geolocation.h>
BPS_API bool geolocation_event_get_status_active_request(bps_event_t *event)
BlackBerry 10.2.0
The GEOLOCATION_STATUS event to extract the active request from.
The geolocation_event_get_status_active_request() function extracts the active request flag from the specified GEOLOCATION_STATUS event. This flag indicates that there is a request that has already been sent by this client and that has not yet been cancelled (i.e., it's still active).
The active request flag.