Type Alias EaseToHandlerResult
type EaseToHandlerResult = {
easeFunc: (k: number) => void;
elevationCenter: LngLat;
isZooming: boolean;
}
easeFunc: (k: number) => void;
elevationCenter: LngLat;
isZooming: boolean;
}
Index
Properties
Was this helpful?