On this page

Type Alias FlyToHandlerOptions

type FlyToHandlerOptions = {
    bearing: number;
    center?: LngLatLike;
    locationAtOffset: LngLat;
    minZoom?: number;
    offsetAsPoint: Point;
    padding: PaddingOptions;
    pitch: number;
    roll: number;
    zoom?: number;
}
Index

Properties

bearing: number
center?: LngLatLike
locationAtOffset: LngLat
minZoom?: number
offsetAsPoint: Point
pitch: number
roll: number
zoom?: number
Was this helpful?
SDK JS
Reference
FlyToHandlerOptions