简体   繁体   English

是否可以使用Google Maps API V3通过陆运计算两个英国邮政编码之间的距离?

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

Is it possible to calculate distance by land transport between two UK postcodes using Google Maps API V3? 是否可以使用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 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 http://code.google.com/apis/maps/documentation/javascript/examples/directions-waypoints.html

You should be able to easily manipulate it to your needs. 您应该能够轻松地根据需要对其进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM