capacitor-launch-navigation
v0.0.1
Published
CapacitorJS plugin for opening geo uri in the supported by the device navigation apps.
Readme
capacitor-launch-navigation
CapacitorJS plugin for opening geo uri in the supported by the device navigation apps.
Install
npm install capacitor-launch-navigation
npx cap syncAPI
openMap(...)
openMap(options: OpenMapOptions) => Promise<OpenMapResult>| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | OpenMapOptions |
Returns: Promise<OpenMapResult>
Type Aliases
OpenMapResult
{ uri?: string }
OpenMapOptions
{ longitude: string | number latitude: string | number address?: string | number customer?: string | number }
