Start tracking geofence

Prev Next

This method allows you to start monitoring geofence updates.

This method requires:

  • The InsiderGeofence library integrated into your app.

  • The location consent via the enableLocationCollection method.

startTrackingGeofence() : Promise<void>
await window.insider.startTrackingGeofence();