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