2013-04-14 219 views
0

我試圖通過谷歌地圖API獲取某些地方的GPS座標,但它不起作用。 這裏是一個示例: http://maps.google.com/maps/geo?q=Hungary,%20Szeged&hl=en&key=MY_API_KEY MY_API_KEY從Google API控制檯獲取。我還打開了Google Maps API v2,Google Maps API v3和Google地圖協調中心API。 當我加載URL我得到這個:谷歌地圖API獲取GPS座標

{ 
    "Status": { 
    "code": 610, 
    "request": "geocode" 
    } 
} 

610指錯了API密鑰。 我在做什麼錯?

+0

http://maps.googleapis.com/maps/api/geocode/json?address=Hungary,%20Szeged&sensor=false –

+0

謝謝!它好多了... – MrRP

回答