0.0.1 • Published 1 year ago
maverick-geofence v0.0.1
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; }>
0.0.1
1 year ago