Google Maps API V3 : How show the direction from a point A to point B (Blue line)? -


i have latitude , longitude 2 points on database, want google map display route point point b...

just see here (google maps directions)

image link

how draw direction line on map ?

use directions service of google maps api v3. it's same directions api, nicely packed in google maps api provides convenient way render route on map.

information , examples rendering directions route on map can found in rendering directions section of google maps api v3 documentation.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -