我为IOS开发了一个google地图应用程序。我有个问题。我向谷歌地图发送请求,然后返回一个空的。这个问题已经成为过去的两天了。请帮帮我
请求: http://maps.googleapis.com/maps/api/geocode/json?latlng=4.963404,52.337971&sensor=true
结果:
{
"results" : [],
"status" : "ZERO_RESULTS"
}发布于 2011-11-10 11:55:13
你是想写
http://maps.googleapis.com/maps/api/geocode/json?latlng=52.337971,4.963404&sensor=true4.963404,52.337971在印度洋中部。最近的有效地址在几千公里之外。
https://stackoverflow.com/questions/8078980
复制相似问题