public static interface

AmazonMap.OnCameraChangeListener

com.amazon.geo.mapsv2.AmazonMap.OnCameraChangeListener

Class Overview

Interface for receiving callbacks when the map camera changes position.

Summary

Public Methods
abstract void onCameraChange(CameraPosition position)
Called when the camera position has changed.

Public Methods

public abstract void onCameraChange (CameraPosition position)

Called when the camera position has changed. Note that this method may not be called for intermediate positions during an animation, but it is always called for the final position of the animation.

Parameters
position The new CameraPosition after the camera has moved. Will not be null.