0.0.2 • Published 1 year ago
capacitor-plugin-changelocation1 v0.0.2
capacitor-plugin-changelocation
mock location
Install
npm install capacitor-plugin-changelocation
npx cap sync
API
echo(...)
echo(options: { value: string; }) => any
Param | Type |
---|---|
options | { value: string; } |
Returns: any
start(...)
start(options: { lon: number; lat: number; }) => any
Param | Type |
---|---|
options | { lon: number; lat: number; } |
Returns: any
end()
end() => any
Returns: any
isGpsOpened()
isGpsOpened() => any
Returns: any
0.0.2
1 year ago