Skip to content

Commit 4a14dd5

Browse files
committed
Updated readme to new static googleMapsAPIKey.
1 parent 118a220 commit 4a14dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.textile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ SVPlacemark is now a simple NSObject. Here's a sample placemark returned for str
6262

6363
There's also a @region@ (@MKCoordinateRegion@) property in case the returned placemark isn't a pinned location, and a @location@ (@CLLocation@) convenience property.
6464

65-
h2. Google Maps API Token
65+
h2. Google Maps API Key
6666

67-
You can include a Google Maps API token by initializing the geocoder and setting it. You should use the default initializers to include the token.
67+
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

6969
<pre>
70-
[geocoder setGoogleMapsToken:@"token"];
70+
[SVGeocoder setGoogleMapsAPIKey:@"KEY"];
7171
</pre>
7272

7373
h2. Credits

0 commit comments

Comments
 (0)