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):