0.0.2 • Published 1 year ago

capacitor-plugin-changelocation1 v0.0.2

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

capacitor-plugin-changelocation

mock location

Install

npm install capacitor-plugin-changelocation
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
ParamType
options{ value: string; }

Returns: any


start(...)

start(options: { lon: number; lat: number; }) => any
ParamType
options{ lon: number; lat: number; }

Returns: any


end()

end() => any

Returns: any


isGpsOpened()

isGpsOpened() => any

Returns: any


0.0.2

1 year ago