1
I have a map with pre-defined points, but I wonder if it has how to put a route generator as in "maps" so that the person type your address and click on one of the points on the map and generate address, distance and everything else?
1
I have a map with pre-defined points, but I wonder if it has how to put a route generator as in "maps" so that the person type your address and click on one of the points on the map and generate address, distance and everything else?
Browser other questions tagged javascript html5 google-maps maps
You are not signed in. Login or sign up in order to post.
What do you mean it’s not clear what he’s asking? He wants to know how to create routes from an address to a point the user chooses.
– André Ribeiro
no, I want to know how to let the user put his address and generate a route but on a map with already pre-defined points
– André
Hello André. Could you specify a little better your problems so that the community tries to help you? I suggest giving more details about your map (is it a Googlemap?), do you want to create a route algorithm or do you want to know if Googlemaps has one available for you? What do Javascript and Html5 tags have to do with the problem? All this can help clarify the problem. Hug.
– Nigini
So I created a map in Mymaps and in it I specified several markers, each marker corresponds to a unit of a company, this map I want to expose on the company website so that the interested in finding place your address and click directly on one of the markers so that the path is generated to the desired point.
– André
Example when you open google maps has a field for you by your address and where you want to go THIS FIELD is what I want to put IN MY MAP so THE USER can put your address and AND GENERATE THE ROUTE to the nearest point. The tags HTM and javascript are why so far the only solutions I found involve programming and I wanted to know if there is something ready google itself.
– André
What I want is to incorporate the "Route Tool" into the map I created.
– André
This tool seems very limited. If you create a map by programming, then the possibilities are wider. This may help you: http://answall.com/questions/49657/system-ofrotas-em-php-utilizando-a-api-do-google-maps
– bfavaretto