com.google.android.gms.location.LocationListener |
Used for receiving notifications from the LocationClient
when the location has changed.
The methods are called if the LocationListener has been registered with the location client
using the
requestLocationUpdates(LocationRequest, LocationListener)
or
requestLocationUpdates(LocationRequest, LocationListener, Looper)
methods.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the location has changed.
|
Called when the location has changed.
location | The updated location. |
---|