From 16522028e413e66c36b96a2f5c47f8176ce12c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H=C3=B2a?= Date: Mon, 11 Nov 2019 23:41:24 +0700 Subject: [PATCH] update: remove link die Some link die in docs --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7b2697f5..0f4513da 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ to help you make your applications location aware. This repo contains the following samples: -1. Basic Location Sample - ([Java](https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample/java), [Kotlin](https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample/kotlin)): -Retrieve the last known location for a device. 1. [Location Updates](https://github.com/googlesamples/android-play-location/tree/master/LocationUpdates): Get updates about a device's location. @@ -19,9 +16,6 @@ implementation using an `IntentService` as well as a `BroadcastReceiver`. 1. [Location Updates using a Foreground Service](https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesForegroundService): Get updates about a device's location using a bound and started foreground service. -1. Location Address -([Java](https://github.com/googlesamples/android-play-location/tree/master/LocationAddress/java), [Kotlin](https://github.com/googlesamples/android-play-location/tree/master/LocationAddress/kotlin)): -Use the [Geocode API](http://developer.android.com/reference/android/location/Geocoder.html) to display a device's location as an address. 1. [Creating and Monitoring Geofences](https://github.com/googlesamples/android-play-location/tree/master/Geofencing): Create geofences and process enter and exit transitions. 1. [Recognizing the User's Current Activity](https://github.com/googlesamples/android-play-location/tree/master/ActivityRecognition):