开发者

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

开发者 https://www.devze.com 2023-01-20 11:16 出处:网络
Is it possibl开发者_开发技巧e to calculate distance by land transport between two UK postcodes using Google Maps API V3? Has anyone accomplished this?

Is it possibl开发者_开发技巧e to calculate distance by land transport between two UK postcodes using Google Maps API V3? Has anyone accomplished this?

Thank You


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消