geofenceProximityRadius property

int? geofenceProximityRadius
getter/setter pair

The radius around current location to query for geofences to activate monitoring upon.

The default and minimum is 1000 meters. @see related event BackgroundGeolocation.onGeofencesChange. When using Geofences, the plugin activates only those in proximity (the maximum geofences allowed to be simultaneously monitored is limited by the platform, where iOS allows only 20 and Android. However, the plugin allows you to create as many geofences as you wish (thousands even). It stores these in its database and uses spatial queries to determine which 20 or 100 geofences to activate.

NOTE:

Implementation

int? geofenceProximityRadius;