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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -