1.0.1 • Published 4 months ago

@droponio/capacitor-launch-navigation v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 sync

API

openMap(...)

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

Returns: Promise<OpenMapResult>


Type Aliases

OpenMapResult

{ uri?: string }

OpenMapOptions

{ longitude: string | number latitude: string | number address?: string | number customer?: string | number }

1.0.1

4 months ago

1.0.0

6 months ago

0.0.1

6 months ago