-1

緯度と経度の値を指定して Google Directions API を使用する方法を教えてもらえますか?

https://maps.googleapis.com/maps/api/directions/output?origin=53.2323832,24.33333,destination=40.33223,20.33333

これは私が試したものです。

4

1 に答える 1

0

URLが間違っています。これを試して:

http://maps.googleapis.com/maps/api/directions/json?origin=53.2323832,24.33333&destination=40.33223,20.33333&sensor=false

Three20を使用している場合は、 extThree20Google拡張機能を使用することもできます。

于 2012-04-26T11:14:39.050 に答える