0

The front end of the app is angularjs and I would like to open a native google maps application when the user clicks the following link.

<a class="google-map" href="http://maps.google.com/maps?saddr=sydney&daddr=melbourne">Navigate</a>

The link opens maps in a mobile browser but I want to open native google maps.

How can I achieve this?

Josep
  • 12,926
  • 2
  • 42
  • 45
Terminus
  • 3
  • 1
  • 3

1 Answers1

1

There is a plug-in for IOS and Android that allows to call native Google maps:

https://github.com/wf9a5m75/phonegap-googlemaps-plugin

Martín Alcubierre
  • 4,341
  • 1
  • 27
  • 27