Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 289 Bytes

cordovanavigator

Cordova's plugin to navigation using Waze, Apple Maps, Google Maps with intents

Installation

cordova plugin add https://github.com/xtrball/cordova-navigator.git

Usage

Navigator.navigateByPosition({
    lat: 50, // latitude
    lng: -4 // longitude
});