0.0.1 • Published 2 years ago

capacitor-launch-navigation v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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 }