Map destination from address or zip code using Google Maps API

0

Does anyone know how to make a map like this

link

Where does the person type the address or zip code, and does it trace the route to the intended destination?

I searched the internet but did not find it

    
asked by anonymous 03.08.2016 / 07:37

1 answer

0

To execute this. You need 3 Google APIs: Javascript, Geocoding and Directions . Basically, what you need to do is do the geocoding request process through the zip code or the address and, if it exists. create a route using the Directions API to display on the screen. The links above describe how well these processes work and how to apply them properly. Just do not pass the source code to you because it's laborious and because copying and pasting code would be very easy. :)

    
05.04.2017 / 19:57