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
This repository includes a [sample app](demo) that illustrates the use of this library.
55
58
56
59
To run the demo app, you'll have to:
57
60
58
-
1.[Get a Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
61
+
1.[Sign up for Google Maps Platform ][gmp-start]
62
+
1.[Get a Maps API key][api-key]
59
63
1. Add a file `local.properties` in the root project (this file should *NOT* be under version control to protect your API key)
60
64
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
65
1. Build and run the `debug` variant for the Maps SDK for Android version
62
66
63
67
## Documentation
64
68
65
-
See the [reference documentation][dokka] for a full list of classes and their methods.
69
+
See the [documentation] for a full list of classes and their methods.
66
70
67
71
## Usage
68
72
@@ -340,23 +344,38 @@ _Old_
340
344
341
345
## Contributing
342
346
343
-
Contributions are welcome and encouraged! See the [contributing guide](CONTRIBUTING.md) for more info.
347
+
Contributions are welcome and encouraged! If you'd like to contribute, send us a [pull request] and refer to our [code of conduct] and [contributing guide].
348
+
349
+
## Terms of Service
350
+
351
+
This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service].
352
+
353
+
This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library.
344
354
345
355
## Support
346
356
347
357
This library is offered via an open source [license](LICENSE). It is not governed by the Google Maps Platform [Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components), the [SLA](https://cloud.google.com/maps-platform/terms/sla?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components), or the [Deprecation Policy](https://cloud.google.com/maps-platform/terms?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components) (however, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service).
348
358
349
-
This library adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced.
359
+
This library adheres to [semantic versioning] to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time.
350
360
351
-
If you find a bug, or have a feature request, please [file an issue] on GitHub.
361
+
If you find a bug, or have a feature request, please [file an issue] on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels]. If you'd like to contribute, please check the [contributing guide].
352
362
353
-
If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our[developer community channels](https://developers.google.com/maps/developer-community?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components) including the Google Maps Platform[Discord server].
363
+
You can also discuss this library on our [Discord server].
354
364
355
-
[file an issue]: https://github.com/googlemaps/android-maps-utils/issues/new/choose
0 commit comments