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
FusedLocationProviderApi.requestLocationUpdates(com.google.android.gms.common.api.GoogleApiClient,
LocationRequest, LocationListener) or
FusedLocationProviderApi.requestLocationUpdates(com.google.android.gms.common.api.GoogleApiClient,
LocationRequest, LocationListener, android.os.Looper) methods.
| abstract void |
Called when the location has changed.
| location | The updated location. |
|---|