0.0.1 • Published 1 year ago

maverick-geofence v0.0.1

Weekly downloads
-
License
Maverick
Repository
github
Last release
1 year ago

maverick-geofence

Geo Fencing

Install

npm install maverick-geofence
npx cap sync

API

addGeofence(...)

addGeofence(options: any) => Promise<{ value: any; }>
ParamType
optionsany

Returns: Promise<{ value: any; }>


removeGeofence(...)

removeGeofence(options: any) => Promise<{ value: any; }>
ParamType
optionsany

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