mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
docs: updated URLs (#2291)
* docs: updated URLs * docs: updated URLs * docs: updated URLs
This commit is contained in:
parent
b8519f44fe
commit
0e44b0716d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user