From 0779df7d7faaf20fc434a1ecbeb1ecf14c510f18 Mon Sep 17 00:00:00 2001 From: Alex Muramoto Date: Tue, 13 Nov 2018 15:59:39 -0800 Subject: [PATCH] Updates code comment on how to get an API key --- tutorials/CurrentPlaceDetailsOnMap/gradle.properties | 4 ++-- tutorials/MapWithMarker/gradle.properties | 4 ++-- tutorials/Polygons/gradle.properties | 4 ++-- tutorials/StyledMap/gradle.properties | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/CurrentPlaceDetailsOnMap/gradle.properties b/tutorials/CurrentPlaceDetailsOnMap/gradle.properties index c61a664a..547d3e07 100644 --- a/tutorials/CurrentPlaceDetailsOnMap/gradle.properties +++ b/tutorials/CurrentPlaceDetailsOnMap/gradle.properties @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true # Replace the value below with your own Google API key for Android app. -# You can get an API key by clicking "Get a Key" on the Google Maps Android API developer's site. -# https://developers.google.com/maps/documentation/android-api/start +# To learn how to get a Google Maps Platform API key, visit: +# https://developers.google.com/maps/documentation/android-sdk/start#step_4_get_a_google_maps_api_key GOOGLE_MAPS_API_KEY=AIzaSyDqvjPj18uoo4DgyFEey0dCMhV2UQhmkAI diff --git a/tutorials/MapWithMarker/gradle.properties b/tutorials/MapWithMarker/gradle.properties index c61a664a..547d3e07 100644 --- a/tutorials/MapWithMarker/gradle.properties +++ b/tutorials/MapWithMarker/gradle.properties @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true # Replace the value below with your own Google API key for Android app. -# You can get an API key by clicking "Get a Key" on the Google Maps Android API developer's site. -# https://developers.google.com/maps/documentation/android-api/start +# To learn how to get a Google Maps Platform API key, visit: +# https://developers.google.com/maps/documentation/android-sdk/start#step_4_get_a_google_maps_api_key GOOGLE_MAPS_API_KEY=AIzaSyDqvjPj18uoo4DgyFEey0dCMhV2UQhmkAI diff --git a/tutorials/Polygons/gradle.properties b/tutorials/Polygons/gradle.properties index c61a664a..547d3e07 100644 --- a/tutorials/Polygons/gradle.properties +++ b/tutorials/Polygons/gradle.properties @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true # Replace the value below with your own Google API key for Android app. -# You can get an API key by clicking "Get a Key" on the Google Maps Android API developer's site. -# https://developers.google.com/maps/documentation/android-api/start +# To learn how to get a Google Maps Platform API key, visit: +# https://developers.google.com/maps/documentation/android-sdk/start#step_4_get_a_google_maps_api_key GOOGLE_MAPS_API_KEY=AIzaSyDqvjPj18uoo4DgyFEey0dCMhV2UQhmkAI diff --git a/tutorials/StyledMap/gradle.properties b/tutorials/StyledMap/gradle.properties index 4ec76602..30f7d5f5 100644 --- a/tutorials/StyledMap/gradle.properties +++ b/tutorials/StyledMap/gradle.properties @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true # Replace the value below with your own Google API key for Android app. -# You can get an API key by clicking "Get a Key" on the Google Maps Android API developer's site. -# https://developers.google.com/maps/documentation/android-api/start +# To learn how to get a Google Maps Platform API key, visit: +# https://developers.google.com/maps/documentation/android-sdk/start#step_4_get_a_google_maps_api_key GOOGLE_MAPS_API_KEY=AIzaSyDqvjPj18uoo4DgyFEey0dCMhV2UQhmkAI \ No newline at end of file