0.0.1 • Published 1 year ago

demo-device-info v0.0.1

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

demo-device-info

Info of device

Install

npm install demo-device-info
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


openMap(...)

openMap(options: OpenMapOptions) => Promise<void>
ParamType
optionsOpenMapOptions

getDeviceInfo()

getDeviceInfo() => Promise<void>

Interfaces

OpenMapOptions

PropType
latitudenumber
longitudenumber
0.0.1

1 year ago