Interface CameraListener
Package world.mappable.mapkit.map
interface CameraListener
Listens for updates to the camera position.
Summary
Methods
|
Type and modifiers |
Method and Description |
|
void |
onCameraPositionChanged(@NonNull Map map, |
Methods
onCameraPositionChanged
|
@UiThread |
Triggered when the camera position changed.
|
Parameters |
|
|
|
Event source. |
|
|
Current camera position. |
|
|
The reason of camera update. |
|
|
True if the camera finished moving, false otherwise. If a movement is cancelled then cameraUpdateReason represents initiator of cancellation. |