@droponio/capacitor-launch-navigation
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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>
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 }

Readme

Keywords

Package Sidebar

Install

npm i @droponio/capacitor-launch-navigation

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

22.7 kB

Total Files

26

Last publish

Collaborators

  • dropon