public static interface

AmazonMap.OnMyLocationChangeListener

com.amazon.geo.mapsv2.AmazonMap.OnMyLocationChangeListener

This interface is deprecated.
Use standard Android location APIs instead. See the Location Strategies API guide for details.

Class Overview

Interface for receiving callbacks when the user's location changes.

Summary

Public Methods
abstract void onMyLocationChange(Location location)
Called when the user's location changes.

Public Methods

public abstract void onMyLocationChange (Location location)

Called when the user's location changes. The user's location is represented by the blue "dot" on the map.

Parameters
location A Location representing the users's new location.