Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

update: remove link die #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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):
Expand Down