On this page

Type Alias EaseToHandlerResult

type EaseToHandlerResult = {
    easeFunc: (k: number) => void;
    elevationCenter: LngLat;
    isZooming: boolean;
}
Index

Properties

easeFunc: (k: number) => void
elevationCenter: LngLat
isZooming: boolean
Was this helpful?
SDK JS
Reference
EaseToHandlerResult