あなたは無料版でやるようkey
をバージョン3にあなたがURLにClientID
を渡す必要がありますように見えるといない:http://maps.googleapis.com/maps/api/geocode/json?client=xxxxx&address=Dallas&sensor=false
ない:https://developers.google.com/maps/articles/v2tov3#newkey
だからあなたのURLは次のようになります私はテストすることはできません - しかし、私はそれが正しい道にあなたを得るだろうと思う。このリンクから関連
:フラッシュ用https://developers.google.com/maps/documentation/business/webservices/
Client ID
You must include your client ID in all API requests. Your client ID identifies you as a Maps API for Business customer and enables support and purchased quota for your application. Requests made without a client ID are not eligible for Maps API for Business benefits.
If you're switching from the free API services to a Maps API for Business implementation, you must remove the key parameter from your requests. Google Maps API web services will deny requests made with both a client ID and a key.
More information is available in the Authentication and Authorization chapter of this guide.
If you have lost your client ID, you can recover it by logging in to the support portal and clicking Maps: Add URLs from the links on the left of the page.
EDIT地球API、V2 APIにクライアントIDを渡す方法の手順などの詳細については、
、およびMaps APIを、 Loading Client-side APIsをお読みください。
クライアントIDまたは暗号鍵を紛失した場合は、support portalにログインして、ページの左側のリンクから[マップ:URLを追加]をクリックして復元できます。
ビジネスアカウント用のAPIキーがあります。一般的にGoogleマップAPIを使用するための無料のキーではありません。 – Matthew
ここから私の答えに情報を追加しました:https://developers.google.com/maps/documentation/business/clientside/ – Matthew
デベロッパーコンソール(API)キーは、Google Mapsクライアントでのみ使用できます。サイドAPI。あなたが作っている呼び出しは、Google Maps Geocoding WebサービスAPIへのものです。したがって、 'REQUEST_DENIED'レスポンスです。 –