php - Opening Google Maps with 'a href' Location -


in olx.in, can browse ads , click on ad location. if clicks 1 ad location, google maps opened in small screen on current tab, in smartphones, google maps app opened. logic behind this?

how show location in google maps while clicking on location name given in 'a href' using php , html?

in olx.in, users have select location ads. location seeing in google maps. therefore can't write location code directly inside 'a href'.

how open google maps window in current tab olx.in?

url:

https://www.google.fr/maps/place/your+adresse +here

example :

<a  href="https://www.google.fr/maps/place/7+impasse+de+l'Épi,+84000+avignon" > adresse  .....</a> 

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -