Interface LeafletTransitionOptions

Option for transition when the user click on a result on Leaflet.

interface LeafletTransitionOptions {
    type?: "none" | "hybrid" | "fly" | "jump";
}

Hierarchy (view full)

Properties

Properties

type?: "none" | "hybrid" | "fly" | "jump"

Type of camera move on result selection. jump: change the position of the camera without animation fly: animating camera transition along curve that evokes flight hybrid: use fly when the camera is near the point and jump otherwise

Generated using TypeDoc