public static interface

LocationSource.OnLocationChangedListener

com.amazon.geo.mapsv2.LocationSource.OnLocationChangedListener

Class Overview

An interface for receiving callbacks when the user's location changes. Updates passed to this object with onLocationChanged(Location) are displayed on the map.

Summary

Public Methods
abstract void onLocationChanged(Location location)
Update the map with a new location.

Public Methods

public abstract void onLocationChanged (Location location)

Update the map with a new location.

Parameters
location The new location to be displayed.