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.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,6 @@ You can find the latest version at the top of this README or by [searching
139
139
Maven Central](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22google-maps-services%22) or [Gradle, Please](http://gradleplease.appspot.com/#google-maps-services).
140
140
141
141
## Developer Documentation
142
-
143
142
View the [javadoc](https://www.javadoc.io/doc/com.google.maps/google-maps-services).
144
143
145
144
Additional documentation for the included web services is available at
@@ -190,6 +189,9 @@ The `GeoApiContext` is designed to be a [Singleton](https://en.wikipedia.org/wik
190
189
in your application. Please instantiate one on application startup, and continue to use it for the
191
190
life of your application. This will enable proper QPS enforcement across all of your requests.
192
191
192
+
At the end of the execution, call the `shutdown()` method of `GeoApiContext`,
193
+
otherwise the thread will remain instantiated in memory.
194
+
193
195
For more usage examples, check out [the tests](src/test/java/com/google/maps).
0 commit comments