Skip to content

Commit cf0b32e

Browse files
authoredDec 11, 2024··
fix: update README to template (#1434)
* fix: update README to template * fix: more README fixes from template * fix: more README fixes from template
1 parent b7b9c94 commit cf0b32e

File tree

1 file changed

+50
-27
lines changed

1 file changed

+50
-27
lines changed
 

‎README.md

+50-27
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
![Build Status](https://github.com/googlemaps/android-maps-utils/actions/workflows/test.yml/badge.svg?branch=main)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.google.maps.android/android-maps-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.google.maps.android/android-maps-utils)
1+
[![Maven Central](https://img.shields.io/maven-central/v/com.google.maps.android/android-maps-utils)](https://maven-badges.herokuapp.com/maven-central/com.google.maps.android/android-maps-utils)
2+
![Tests/Build Status](https://github.com/googlemaps/android-maps-utils/workflows/Test/badge.svg)
3+
![Release](https://github.com/googlemaps/android-maps-utils/workflows/Release/badge.svg)
4+
![Stable](https://img.shields.io/badge/stability-stable-green)
5+
36
![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/android-maps-utils?color=green)
4-
[![Discord](https://img.shields.io/discord/676948200904589322)](https://discord.gg/hYsWbmk)
5-
![Apache-2.0](https://img.shields.io/badge/license-Apache-blue)
7+
[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)][Discord server]
8+
[![GitHub License](https://img.shields.io/github/license/googlemaps/android-maps-utils?color=blue)](LICENSE)
69

710
# Maps SDK for Android Utility Library
811

912
## Description
1013

1114
This open-source library contains utilities that are useful for a wide
12-
range of applications using the [Google Maps SDK for Android][android-site].
15+
range of applications using the [Google Maps SDK for Android][maps-sdk].
1316

1417
- **Marker animation** - animates a marker from one position to another
1518
- **Marker clustering** — handles the display of a large number of points
@@ -30,7 +33,9 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro
3033
## Requirements
3134

3235
* Android API level 21+
33-
- An [API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
36+
* [Sign up with Google Maps Platform]
37+
* A Google Maps Platform [project] with the **Maps SDK for Android** enabled
38+
* An [API key] associated with the project above
3439

3540
## Installation
3641

@@ -47,29 +52,27 @@ dependencies {
4752
}
4853
```
4954

50-
## Demo App
55+
## Sample App
5156

5257
<img src="https://developers.google.com/maps/documentation/android-sdk/images/utility-markercluster.png" width="150" align=right>
5358

5459
This repository includes a [sample app](demo) that illustrates the use of this library.
5560

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
5963
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
6165
1. Build and run the `debug` variant for the Maps SDK for Android version
6266

6367
## Documentation
6468

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.
6870

6971
Full guides for using the utilities are published in
70-
[Google Maps Platform documentation][devsite-guide].
72+
[Google Maps Platform documentation](https://developers.google.com/maps/documentation/android-sdk/utility).
73+
74+
## Usage
7175

72-
<details>
7376
<summary>Marker utilities</summary>
7477

7578
### Marker utilities
@@ -340,23 +343,43 @@ _Old_
340343

341344
## Contributing
342345

343-
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.
344353

345354
## Support
346355

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.
348357

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.
350359

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].
352361

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].
363+
364+
[API key]: https://developers.google.com/maps/documentation/android-sdk/get-api-key
365+
[gmp-start]: https://console.cloud.google.com/google/maps-apis/start
366+
[maps-sdk]: https://developers.google.com/maps/documentation/android-sdk
367+
[documentation]: https://googlemaps.github.io/android-maps-utils
368+
[android-maps-ktx]: https://github.com/googlemaps/android-maps-ktx
354369

355-
[file an issue]: https://github.com/googlemaps/android-maps-utils/issues/new/choose
356-
[pull request]: https://github.com/googlemaps/android-maps-utils/compare
357370
[code of conduct]: CODE_OF_CONDUCT.md
371+
[contributing guide]: CONTRIBUTING.md
372+
[Deprecation Policy]: https://cloud.google.com/maps-platform/terms
373+
[developer community channels]: https://developers.google.com/maps/developer-community
358374
[Discord server]: https://discord.gg/hYsWbmk
359-
[android-site]: https://developers.google.com/maps/documentation/android-sdk
360-
[devsite-guide]: https://developers.google.com/maps/documentation/android-sdk/utility
361-
[dokka]: https://googlemaps.github.io/android-maps-utils/
362-
[android-maps-ktx]: https://github.com/googlemaps/android-maps-ktx
375+
[file an issue]: https://github.com/googlemaps/android-maps-utils/issues/new/choose
376+
[license]: LICENSE
377+
[project]: https://developers.google.com/maps/documentation/android-sdk/cloud-setup
378+
[pull request]: https://github.com/googlemaps/android-maps-utils/compare
379+
[semantic versioning]: https://semver.org
380+
[Sign up with Google Maps Platform]: https://console.cloud.google.com/google/maps-apis/start
381+
[similar inquiry]: https://github.com/googlemaps/android-maps-utils/issues
382+
[SLA]: https://cloud.google.com/maps-platform/terms/sla
383+
[Technical Support Services Guidelines]: https://cloud.google.com/maps-platform/terms/tssg
384+
[Terms of Service]: https://cloud.google.com/maps-platform/terms
385+

0 commit comments

Comments
 (0)