API / geotoolkit / controls / tools / Zoom / Zoom
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { onDoubleClick: ZoomEventArgs ; onZoom: ZoomEventArgs ; onZoomEnd: ZoomEventArgs ; onZoomStart: ZoomEventArgs }
Ƭ Options: Options & { easing?: Functions | Function ; max?: number ; min?: number ; mode?: Mode ; modifier?: ModifierKey | null ; speed?: number ; time?: number }
options for the tool
Ƭ OptionsOut: OptionsOut & { easing: Function ; max: number ; min: number ; mode: Mode ; modifier: ModifierKey ; speed: number ; time: number }
properties