CameraUpdateTransformFunction()
CameraUpdateTransformFunction: (
next:object) =>object
A callback hook that allows manipulating the camera and being notified about camera updates before they happen
Parameters
| Parameter | Type |
|---|---|
next |
object |
next.bearing |
number |
next.center |
LngLat |
next.elevation |
number |
next.pitch |
number |
next.zoom |
number |
Returns
object
bearing?
optionalbearing:number
center?
optionalcenter:LngLat
elevation?
optionalelevation:number
pitch?
optionalpitch:number
zoom?
optionalzoom:number