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
60
56
-
To run the demo app, you'll have to:
57
-
58
-
1.[Get a Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
61
+
To run the demo app, ensure you've met the requirements above then:
62
+
1. Clone the repository
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
-
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
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 earlier
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.
66
-
67
-
## Usage
69
+
See the [documentation] for a full list of classes and their methods.
68
70
69
71
Full guides for using the utilities are published in
Contributions are welcome and encouraged! See the [contributing guide](CONTRIBUTING.md) for more info.
346
+
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].
347
+
348
+
## Terms of Service
349
+
350
+
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].
351
+
352
+
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
353
345
354
## Support
346
355
347
-
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).
356
+
This library is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines, the SLA, or the [Deprecation Policy]. However, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service.
348
357
349
-
This library adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced.
358
+
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
359
351
-
If you find a bug, or have a feature request, please [file an issue] on GitHub.
360
+
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
361
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].
362
+
You can also discuss this library on our [Discord server].
0 commit comments