You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.textile
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,15 @@ SVPlacemark is now a simple NSObject. Here's a sample placemark returned for str
62
62
63
63
There's also a @region@ (@MKCoordinateRegion@) property in case the returned placemark isn't a pinned location, and a @location@ (@CLLocation@) convenience property.
64
64
65
+
h2. Google Maps API Key
66
+
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.
68
+
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.
0 commit comments