From 98495bf5404e4896da26c4a2ab9effb0b2c2300b Mon Sep 17 00:00:00 2001 From: Sarah Maddox Date: Mon, 20 Feb 2017 09:21:25 +1100 Subject: [PATCH] Adds a link to the tutorial on developers.google.com --- tutorials/CurrentPlaceDetailsOnMap/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/CurrentPlaceDetailsOnMap/README.md b/tutorials/CurrentPlaceDetailsOnMap/README.md index beef8500..1c98a921 100644 --- a/tutorials/CurrentPlaceDetailsOnMap/README.md +++ b/tutorials/CurrentPlaceDetailsOnMap/README.md @@ -1,6 +1,9 @@ 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). + Prerequisites --------------