demo-device-info
v0.0.1
Published
Info of device
Readme
demo-device-info
Info of device
Install
npm install demo-device-info
npx cap syncAPI
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 |
getDeviceInfo()
getDeviceInfo() => Promise<void>Interfaces
OpenMapOptions
| Prop | Type |
| --------------- | ------------------- |
| latitude | number |
| longitude | number |
