我一直在Google文档中搜索GDirections Api V2的等效对象。我找到了DirectionsRenderer,但它没有我需要的方法,也就是说
GDirections.Load("from:some Lat, some Lng to: some Lat, some Lng")
。
是否有人知道Api V3中的等效对象或方法?
答案 0 :(得分:0)
请参阅文档中的此示例: https://google-developers.appspot.com/maps/documentation/javascript/examples/directions-simple
用您想要的坐标(或包含这些坐标的google.maps.LatLng)替换开始和结束。
航点指南: https://google-developers.appspot.com/maps/documentation/javascript/examples/directions-waypoints