Optional
around?: Point | nullthe point to not move when changing the camera
Optional
bearingOptional
cameraA method that can fire a one-off easing by directly changing the map's camera.
Optional
needsMakes the manager trigger a frame, allowing the handler to return multiple results over time (see scrollzoom).
Optional
noThe camera changes won't get recorded for inertial zooming.
Optional
originalThe last three properties are needed by only one handler: scrollzoom.
The DOM event to be used as the originalEvent
on any camera change events.
Optional
panOptional
pinchsame as above, except for pinch actions, which are given higher priority
Optional
pitchOptional
zoom
All handler methods that are called with events can optionally return a
HandlerResult
.