Type Alias TFollowCameraOptions
TFollowCameraOptions: {
bearing?: number;
duration?: number;
easing?: EasingCurve;
elevation?: number;
pitch?: number;
zoomLevel?: number;
}
Type declaration
Optional
bearing?: number
Optional
duration?: number
Optional
easing?: EasingCurve
Optional
elevation?: number
Optional
pitch?: number
Optional
zoomLevel?: number
Camera bearing in degrees clockwise from North. 0 is North, 90 is East, 180 is South, 270 is West. This option is only available in 'position-only' mode. In all other modes, the bearing will be calculated automatically.