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