maverick-geofence
v0.0.1
Published
Geo Fencing
Downloads
5
Readme
maverick-geofence
Geo Fencing
Install
npm install maverick-geofence
npx cap sync
API
addGeofence(...)
addGeofence(options: any) => Promise<{ value: any; }>
| Param | Type |
| ------------- | ---------------- |
| options
| any |
Returns: Promise<{ value: any; }>
removeGeofence(...)
removeGeofence(options: any) => Promise<{ value: any; }>
| Param | Type |
| ------------- | ---------------- |
| options
| any |
Returns: Promise<{ value: any; }>
getActive()
getActive() => Promise<{ value: any; }>
Returns: Promise<{ value: any; }>
removeAll()
removeAll() => Promise<{ value: any; }>
Returns: Promise<{ value: any; }>