com.amazon.geo.mapsv2.AmazonMap.OnCameraChangeListener |
Interface for receiving callbacks when the map camera changes position.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the camera position has changed.
|
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.
position | The new CameraPosition after the camera has
moved. Will not be null .
|
---|