LocationSource.OnLocationChangedListener

Stay organized with collections Save and categorize content based on your preferences.
public static interface LocationSource.OnLocationChangedListener

Handles a location update.

Public Method Summary

abstract void
onLocationChanged(Location location)
Called when a new user location is known.

Public Methods

public abstract void onLocationChanged (Location location)

Called when a new user location is known.

Parameters
location new location. Must not be null.