com.amazon.geo.mapsv2.LocationSource.OnLocationChangedListener |
An interface for receiving callbacks when the user's location
changes. Updates passed to this object with
onLocationChanged(Location)
are displayed on the map.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Update the map with a new location.
|
Update the map with a new location.
location | The new location to be displayed. |
---|