【发布时间】:2013-02-18 05:03:57
【问题描述】:
网址 http://maps.googleapis.com/maps/api/geocode/json?address=Pune&sensor=false/true 在桌面浏览器上工作正常,但是当我从 android 本机应用程序调用它时,它给了我 Request Denied 错误。
有什么猜测吗?
【问题讨论】:
标签: android google-maps
网址 http://maps.googleapis.com/maps/api/geocode/json?address=Pune&sensor=false/true 在桌面浏览器上工作正常,但是当我从 android 本机应用程序调用它时,它给了我 Request Denied 错误。
有什么猜测吗?
【问题讨论】:
标签: android google-maps
那是因为你是这样尝试的:
http://maps.googleapis.com/maps/api/geocode/json?address=pune&sensor=false/true
试试这个:
http://maps.googleapis.com/maps/api/geocode/json?address=pune&sensor=false
并根据您的要求制作传感器值true 或false。
我得到的结果是here。
【讨论】: