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
mapMapSurface- the surface whose camera moved
positionCameraPosition- the new camera position