Skip to content

Commit 3f5dd83

Browse files
committed
Updated readme to alert users that they need a browser google maps api key instead of an iOS key.
1 parent f5f73c0 commit 3f5dd83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.textile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ h2. Google Maps API Key
6666

6767
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.
6868

69+
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.
70+
6971
<pre>
7072
[SVGeocoder setGoogleMapsAPIKey:@"KEY"];
7173
</pre>

0 commit comments

Comments
 (0)