0.0.2 • Published 12 months ago
capacitor-plugin-rcsdk v0.0.2
capacitor-plugin-rcsdk
demo01
Install
npm install capacitor-plugin-rcsdk
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
openMap(...)
openMap(options: OpenMapOptions) => Promise<void>
Param | Type |
---|---|
options | OpenMapOptions |
getValue(...)
getValue(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
Interfaces
OpenMapOptions
Prop | Type |
---|---|
latitude | number |
longitude | number |