11<!-- java/js-only badges-->
22[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.google.maps.android/MVN-REPO )] ( https://maven-badges.herokuapp.com/maven-central/com.google.maps.android/MVN-REPO )
3- [ ![ npm] ( https://img.shields.io/npm/v/@googlemaps/NPM-REPO )] ( https://npmjs.com/package/@googlemaps/NPM-REPO )
3+ [ ![ npm] ( https://img.shields.io/npm/v/@googlemaps/NPM-REPO )] [ npm-pkg ]
44[ ![ PyPI] ( https://img.shields.io/pypi/v/PYPI-PKG.svg )] ( https://pypi.python.org/pypi/PYPI-PKG )
55<!-- MVN-REPO, NPM-REPO, or PYPI-PKG may or may not be the same as GH repo, e.g, "android-" -->
66
77<!-- lifecycle badges-->
88![ Alpha] ( https://img.shields.io/badge/release-alpha-orange )
99![ Beta] ( https://img.shields.io/badge/stability-beta-yellow )
1010<!-- add other releases as nec -->
11- ![ GitHub Release ] ( https://img.shields.io/github/v/release/googlemaps/.github )
11+ <!--  -->
1212![ Release] ( https://github.com/googlemaps/REPO/workflows/Release/badge.svg )
1313
1414<!-- repo-specific badges-->
1515![ Stable] ( https://img.shields.io/badge/stability-stable-green )
16- [ ![ Tests/Build Status ] ( https://github.com/googlemaps/REPO/actions/workflows/test.yml/badge.svg )] ( https://github.com/googlemaps/REPO/actions/workflows/test.yml )
16+ [ ![ Tests/Build] ( https://github.com/googlemaps/REPO/actions/workflows/test.yml/badge.svg )] ( https://github.com/googlemaps/REPO/actions/workflows/test.yml )
1717<!--  -->
1818
1919<!-- constant badges-->
20- ![ GitHub contributors ] ( https://img.shields.io/github/contributors/googlemaps/REPO?color=green )
21- [ ![ GitHub License] ( https://img.shields.io/github/license/googlemaps/REPO?color=blue )] [ license ]
20+ ![ Contributors ] ( https://img.shields.io/github/contributors/googlemaps/REPO?color=green )
21+ [ ![ License] ( https://img.shields.io/github/license/googlemaps/REPO?color=blue )] [ license ]
2222[ ![ StackOverflow] ( https://img.shields.io/stackexchange/stackoverflow/t/google-maps?color=orange&label=google-maps&logo=stackoverflow )] ( https://stackoverflow.com/questions/tagged/google-maps )
2323[ ![ Discord] ( https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff )] [ Discord server ]
2424
@@ -32,7 +32,7 @@ This is a sample README file with the recommended sections for new libraries in
3232
3333- [ Sign up with Google Maps Platform]
3434- A Google Maps Platform [ project] with the ** PRODUCT** enabled
35- - An [ API key] associated with the project above
35+ - An [ API key] associated with the project above ... follow the [ API key instructions ] if you're new to the process
3636- (optional) Operating system (and any version) requirements
3737- (optional) Language(s) (and any version) requirements
3838- (others)
@@ -103,6 +103,15 @@ You can also discuss this library on our [Discord server].
103103
104104<!-- repo-specific anchor links-->
105105[ API key ] : https://developers.google.com/maps/documentation/PRODUCT/get-api-key
106+ [ API key instructions] : (varies... pick one below)
107+ https://developers.google.com/maps/documentation/PRODUCT/config#SOMETHING
108+ https://developers.google.com/maps/documentation/android-sdk/config#step_3_add_your_api_key_to_the_project
109+ https://developers.google.com/maps/flutter-package/config#step_4_add_your_api_key_to_the_project
110+ https://developers.google.com/maps/documentation/ios-sdk/config#get-key
111+ https://developers.google.com/maps/documentation/navigation/android-sdk/android-studio-setup#add_the_api_key_to_your_app
112+ https://developers.google.com/maps/documentation/navigation/ios-sdk/xcode-setup#get-key
113+ https://developers.google.com/maps/documentation/places/android-sdk/config#get-an-api-key
114+ https://developers.google.com/maps/documentation/places/ios-sdk/config#get-an-api-key
106115[ maps-sdk ] : https://developers.google.com/maps/documentation/PRODUCT
107116[ reference documentation ] : https://googlemaps.github.io/REPO
108117[ documentation ] : https://developers.google.com/maps/xxx
0 commit comments