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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -