The url http://maps.googleapis.com/maps/api/geocode/json?address=Pune&sensor=false/true works fine on desktop browser but when I am calling same from android native app it's giving me Request Denied error.
Any gueses?
The url http://maps.googleapis.com/maps/api/geocode/json?address=Pune&sensor=false/true works fine on desktop browser but when I am calling same from android native app it's giving me Request Denied error.
Any gueses?
それはあなたがこのようにしようとしているからです:
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
、要件に応じて作成します。
そして得た結果がこちら。