Geofence module

The Geofence module adds the ability to notify the users when they are close to a store.

Geofence module adds ACCESS_BACKGROUND_LOCATION which has specific Google requirements.

Start using Geofence module

To start using it, you just need to add the feature module to your build.gradle

implementation ("com.poqstudio:stores.instoregeofence:$VERSION_NAME")

Koin modules

Geofence module dependencies are injected using Koin. Geofence module injects automatically all the necessary Koin modules when you include the feature module into your project. This is the Koin module included:

  • inStoreGeofenceModule