New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

open-navigation

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-navigation

Capacitor plugin to open natively an navigation app installed on the OS

latest
Source
npmnpm
Version
7.0.1
Version published
Maintainers
1
Created
Source

open-navigation

Capacitor plugin to open natively an navigation app installed on the OS

Install

PluginCapacitor
7.0.0v7
0.0.2v6
npm install open-navigation
npx cap sync

Add to capacitor.config.ts the following line:

plugins: {
  OpenNavigationPlugin: {},
  ...
}

And in Info.plist add the following lines:

<dict>
    <key>LSApplicationQueriesSchemes</key>
    <array>
        <string>maps</string>
        ...
    </array>
    ...
</dict>

API

  • openNavigationApp(...)

openNavigationApp(...)

openNavigationApp(options: { latitude?: string; longitude?: string; address?: string; }) => Promise<void>
ParamType
options{ latitude?: string; longitude?: string; address?: string; }

Keywords

capacitor

FAQs

Package last updated on 02 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts