Create a link for all mobile devices that opens google maps with business location?
<a href="geo:37.6894694,-121.000303">Google MAP</a>
- This link goes to the location and redirect to the mobile google app, but no mark for the business address.
<a href="http://maps.apple.com/maps?q=Business Address">Google MAP</a>
- This link goes to the location, but not redirecting to google app, instead mobile wants you to choose what to use.
I need a link that redirect to google app and mark the google Business address.
<a href="geo:37.6894694,-121.000303?q=37.6894694,-121.000303(The Name You Want To Show)">Google MAP</a>
Use the q parameter with () for showing the marker name
It works with android devices, but I'm not sure it works with iOS devices.
Read more:
https://developers.google.com/maps/documentation/android-api/intents#overview
https://developer.android.com/guide/components/intents-common.html