Set whether the location request should be passive.
#include <bps/geolocation.h>
BPS_API void geolocation_set_passive(bool passive)
BlackBerry 10.2.0
The passive flag. Set to true to set the passive flag on a request; false otherwise.
The geolocation_set_passive() function sets the passive flag in a location request. A passive request will receive fixes (as geolocation events) only if there are one or more non-passive location requests being serviced on the device. This includes non-passive location requests made in other processes.