1

GDirections Api V2 の同等のオブジェクトについて Google ドキュメントで検索してきました。DirectionsRenderer を見つけましたが、必要なメソッドがありません GDirections.Load("from:some Lat, some Lng to: some Lat, some Lng")

Api V3 で同等のオブジェクトまたはメソッドを知っている人はいますか?

4

1 に答える 1

0

ドキュメントでこの例を参照してください: https ://google-developers.appspot.com/maps/documentation/javascript/examples/directions-simple

startとendを目的の座標(またはそれらの座標を含むgoogle.maps.LatLng)に置き換えます。

ウェイポイントのある道順: https ://google-developers.appspot.com/maps/documentation/javascript/examples/directions-waypoints

于 2012-06-27T19:31:25.860 に答える