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
@@ -60,14 +61,23 @@ To run the demo app, you'll have to:
60
61
1. Add a single line to `local.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained in the first step
61
62
1. Build and run the `debug` variant for the Maps SDK for Android version
62
63
64
+
## Documentation
65
+
66
+
See the generated [reference docs][javadoc] for a full list of classes and their methods.
67
+
68
+
Written guides for using the utilities are published in
<summary><strong>Migration Guide from v0.x to 1.0</strong></summary>
65
73
66
-
## Migration Guide from v0.x to 1.0
74
+
###Migration Guide from v0.x to 1.0
67
75
68
76
Improvements made in version [1.0.0](https://github.com/googlemaps/android-maps-utils/releases/tag/1.0.0) of the library to support multiple layers on the map caused breaking changes to versions prior to it. These changes also modify behaviors that are documented in the [Maps SDK for Android Maps documentation](https://developers.google.com/maps/documentation/android-sdk/intro) site. This section outlines all those changes and how you can migrate to use this library since version 1.0.0.
69
77
70
78
79
+
## Usage
80
+
71
81
### Adding Click Events
72
82
73
83
Click events originate in the layer-specific object that added the marker/ground overlay/polyline/polygon. In each layer, the click handlers are passed to the marker, ground overlay, polyline, or polygon `Collection` object.
@@ -286,7 +296,7 @@ Encounter an issue while using this library?
286
296
If you find a bug or have a feature request, please [file an issue].
287
297
Or, if you'd like to contribute, send us a [pull request] and refer to our [code of conduct].
288
298
289
-
You can also reach us on our [Discord channel].
299
+
You can also discuss this library on our [Discord server].
290
300
291
301
For more information, check out the detailed guide on the
0 commit comments