1.0.5 • Published 12 months ago

@droponio/capacitor-launch-navigation v1.0.5

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

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.1

1 year ago

1.0.0

2 years ago

0.0.1

2 years ago