pjamm-plugin-geolocation
v5.0.0
Published
Foreground and Background Geolocation Plugin
Downloads
26
Readme
pjamm-plugin-geolocation
Foreground and Background Geolocation Plugin
Install
npm install pjamm-plugin-geolocation
npx cap syncAPI
getLocation(...)startLocation(...)stopLocation()enableBackgroundTracking()disableBackgroundTracking()
getLocation(...)
getLocation(options?: any) => Promise<any>| Param | Type |
| ------------- | ---------------- |
| options | any |
Returns: Promise<any>
startLocation(...)
startLocation(options?: any) => void| Param | Type |
| ------------- | ---------------- |
| options | any |
stopLocation()
stopLocation() => voidenableBackgroundTracking()
enableBackgroundTracking() => voiddisableBackgroundTracking()
disableBackgroundTracking() => void