Geofence

Info
Location-based service that triggers events when a device enters a specific area.

Ocamba requires location permission for this feature to work, so the user developer needs to ask for it.

Geofence is disabled by default.

To enable this feature, simply modify your Ocamba init as follows:

OcambaHoood.geofence().init();

NOTE: this feature requires following permissions: android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_BACKGROUND_LOCATION android.permission.ACCESS_COARSE_LOCATION

On This Page