diff --git a/ApiDemos/project/README.md b/ApiDemos/project/README.md index ee8ffe87..aedd5553 100644 --- a/ApiDemos/project/README.md +++ b/ApiDemos/project/README.md @@ -1,9 +1,7 @@ Google Maps Android API Demos =================================== -These are demos for the [Maps SDK for Android](https://developers.google.com/maps/documentation/android-api/) -and [Maps SDK for Android V3 BETA](https://developers.google.com/maps/documentation/android-sdk/v3-client-migration) libraries -in the Java programming language. +These are demos for the [Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk) in Java and Kotlin programming languages. They demonstrate most of the features available in the API. @@ -41,7 +39,7 @@ Support - Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/ApiDemos/resources/README.md b/ApiDemos/resources/README.md index 4b75f4c8..5909011a 100644 --- a/ApiDemos/resources/README.md +++ b/ApiDemos/resources/README.md @@ -24,7 +24,7 @@ To use this data with data-driven styling in Google Maps, you'll need to upload Cloud Console and create a dataset. Here's a general outline of the process: ## 1. Create a Map ID -To create a new map ID, follow the steps in [Create a map ID](https://developers.google.com/maps/documentation/get-map-id#create-a-map-id). +To create a new map ID, follow the steps in [Create a map ID](https://developers.google.com/maps/documentation/android-sdk/map-ids/mapid-over). Make sure to set the **Map type** to **Android**. ## 2. Create a New Map Style diff --git a/README.md b/README.md index 83a4d17f..77899040 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Description Samples demonstrating how to use -[Maps SDK for Android](https://developers.google.com/maps/documentation/android/). +[Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk). ## Samples in this repo (if more than one) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/README.md b/tutorials/java/CurrentPlaceDetailsOnMap/README.md index 32e0f6ca..9f845c01 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/README.md +++ b/tutorials/java/CurrentPlaceDetailsOnMap/README.md @@ -34,7 +34,7 @@ Support - Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/java/MapWithMarker/README.md b/tutorials/java/MapWithMarker/README.md index b3a58ab6..1c8602fe 100644 --- a/tutorials/java/MapWithMarker/README.md +++ b/tutorials/java/MapWithMarker/README.md @@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Map with a Marker ========================================================== This sample goes hand in hand with a tutorial for the Google Maps Android API: -[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-api/map-with-marker). +[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-sdk/map-with-marker). Prerequisites -------------- @@ -32,7 +32,7 @@ Support Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/java/Polygons/README.md b/tutorials/java/Polygons/README.md index 058e85d3..f6ed167e 100644 --- a/tutorials/java/Polygons/README.md +++ b/tutorials/java/Polygons/README.md @@ -31,7 +31,7 @@ Support Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/java/StyledMap/README.md b/tutorials/java/StyledMap/README.md index 3a880f6c..18c640c8 100644 --- a/tutorials/java/StyledMap/README.md +++ b/tutorials/java/StyledMap/README.md @@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Styled Map =================================================== This sample goes hand in hand with a tutorial for the Google Maps Android API: -[Adding a Styled Map](https://developers.google.com/maps/documentation/android-api/styling). +[Adding a Styled Map](https://developers.google.com/maps/documentation/android-sdk/styling). Prerequisites -------------- @@ -31,7 +31,7 @@ Support Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/README.md b/tutorials/kotlin/CurrentPlaceDetailsOnMap/README.md index 6dc66cb2..54caafae 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/README.md +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/README.md @@ -2,7 +2,7 @@ Google Maps Android API Sample: Current Place Details ===================================================== This sample goes hand in hand with a tutorial for the Google Maps Android API: -[Select Current Place and Show Details on a Map](https://developers.google.com/maps/documentation/android-api/current-place-tutorial). +[Select Current Place and Show Details on a Map](https://developers.google.com/maps/documentation/android-sdk/current-place-tutorial). Prerequisites -------------- @@ -31,7 +31,7 @@ Support - Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/kotlin/MapWithMarker/README.md b/tutorials/kotlin/MapWithMarker/README.md index 17d985e5..3b17d72f 100644 --- a/tutorials/kotlin/MapWithMarker/README.md +++ b/tutorials/kotlin/MapWithMarker/README.md @@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Map with a Marker ========================================================== This sample goes hand in hand with a tutorial for the Google Maps Android API: -[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-api/map-with-marker). +[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-sdk/map-with-marker). Prerequisites -------------- @@ -33,7 +33,7 @@ Support Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues diff --git a/tutorials/kotlin/Polygons/README.md b/tutorials/kotlin/Polygons/README.md index 058e85d3..7a1f2349 100644 --- a/tutorials/kotlin/Polygons/README.md +++ b/tutorials/kotlin/Polygons/README.md @@ -2,7 +2,7 @@ Google Maps Android API Sample: Polylines and Polygons ========================================================== This sample goes hand in hand with a tutorial for the Google Maps Android API: -[Polylines and Polygons to Represent Routes and Areas](https://developers.google.com/maps/documentation/android-api/polygon-tutorial). +[Polylines and Polygons to Represent Routes and Areas](https://developers.google.com/maps/documentation/android-sdk/polygon-tutorial). Prerequisites -------------- @@ -31,7 +31,7 @@ Support Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps If you have discovered an issue with the Google Maps Android API v2, please see -the resources here: https://developers.google.com/maps/documentation/android-api/support +the resources here: https://developers.google.com/maps/documentation/android-sdk/support If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues