public interface

LocationListener

com.google.android.gms.location.LocationListener

Class Overview

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.

Summary

Public Methods
abstract void onLocationChanged(Location location)
Called when the location has changed.

Public Methods

public abstract void onLocationChanged (Location location)

Called when the location has changed.

Parameters
location The updated location.