public interface CameraChangeListener

Receives camera movement notifications from a MapSurface. Register with MapSurface.addCameraChangeListener.

Methods

public abstract void cameraChanged(MapSurface map, CameraPosition position)Invoked on the EDT after the camera settles at a new position, whether from a programmatic move or a user pan/zoom gesture.

Method details

cameraChanged

public abstract void cameraChanged(MapSurface map, CameraPosition position)
Invoked on the EDT after the camera settles at a new position, whether from a programmatic move or a user pan/zoom gesture.

Parameters

map MapSurface
the surface whose camera moved
position CameraPosition
the new camera position