dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

Capture my location as google maps start point #119

Closed wuilmerj24 closed 7 years ago

wuilmerj24 commented 7 years ago

Hello, how can I make google maps have my starting point the location of the device?

dpa99c commented 7 years ago

As documented for the navigate() method:

start (optional): start location to use for navigation. If not specified, the current device location will be used.

i.e. omit the start parameter and it will default to the location of the device