views:

39

answers:

1

Hi all,

Is it possible to calculate distance by land transport between two UK postcodes using Google Maps API V3? Has anyone accomplished this?

Thank You

A: 

Have a look at the documentation

http://code.google.com/apis/maps/documentation/javascript/services.html#Directions

There is a part that describes what you are looking for:

http://code.google.com/apis/maps/documentation/javascript/examples/directions-waypoints.html

You should be able to easily manipulate it to your needs.

etbal
@etbal thanks for pointing me to the right direction...
manraj82
glad it helped! :D
etbal