0

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?

4

1 に答える 1

0

それはあなたがこのようにしようとしているからです:

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

また、センサー値を作成するtruefalse、要件に応じて作成します。

そして得た結果がこちら

于 2013-02-18T05:23:56.330 に答える