Skip to content

Commit

Permalink
Updated readme to alert users that they need a browser google maps ap…
Browse files Browse the repository at this point in the history
…i key instead of an iOS key.
  • Loading branch information
jturolla committed Mar 28, 2014
1 parent f5f73c0 commit 3f5dd83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ h2. Google Maps API Key

You can include a Google Maps API Key by setting it before every request. If the key is not used the request will not be authenticated and request limits may apply.

ATTENTION: You should generate a "browser key" (without any referrer) on Google API Console to use SVGecoder this way. iOS keys won't work as they are used in the official Google SDKs only, and they use the bundle identifier to validate the request.

<pre>
[SVGeocoder setGoogleMapsAPIKey:@"KEY"];
</pre>
Expand Down

0 comments on commit 3f5dd83

Please sign in to comment.