GDirections Api V2 の同等のオブジェクトについて Google ドキュメントで検索してきました。DirectionsRenderer を見つけましたが、必要なメソッドがありません
GDirections.Load("from:some Lat, some Lng to: some Lat, some Lng")
。
Api V3 で同等のオブジェクトまたはメソッドを知っている人はいますか?
GDirections Api V2 の同等のオブジェクトについて Google ドキュメントで検索してきました。DirectionsRenderer を見つけましたが、必要なメソッドがありません
GDirections.Load("from:some Lat, some Lng to: some Lat, some Lng")
。
Api V3 で同等のオブジェクトまたはメソッドを知っている人はいますか?
ドキュメントでこの例を参照してください: 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