i want to have a driver direction map on my website where 'start' and 'destination' locations are gotten from two text input fields respectively and displayed on the map.Thanks in Advance!!
Asked
Active
Viewed 254 times
-3
-
1Please provide us with some code which displays what you have tried so far. Stackoverflow is to solve problems, not to let other people write your code! – Rubenxfd Jul 17 '17 at 12:43
-
Well, you can use [Google Maps API](https://developers.google.com/maps/documentation/javascript/examples/?hl=pt-br), there they have a lot of examples, maybe one of them lead you to your solution – Christian Valentin Jul 17 '17 at 12:44
-
Please i tried this but it gives me a static location but i want users to input their locations in textbox then it appears on the map. Thanks for your reply though. I am really greatful. This is what i tried – Eliasu Pamjanet Jul 17 '17 at 15:21
-
Hi and welcome to Stack Overflow, please take a time to go through the [welcome tour](https://stackoverflow.com/tour) to know your way around here (and also to earn your first badge), read how to create a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) and also check [How to Ask Good Questions](https://stackoverflow.com/help/how-to-ask) so you increase your chances to get feedback and useful answers. – DarkCygnus Jul 17 '17 at 15:41
1 Answers
0
Sorry, I can't add comments yet, I don't know what is your programming language cause you didn't specify that, but if it was javascript then you can visit this website:
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map
So first of all you need a map in your website and you need to access the maps, in this case you'll need API, for example google maps API
, and then you will start writing the code to make directories.
Your question is not clear enough btw, you have to specify exactly what do you want.

Zainab Hammami
- 411
- 2
- 6
- 15
-
-
no problem, but did it help you ?! if so please accept my answer @EliasuPamjanet – Zainab Hammami Jul 17 '17 at 17:26