Last updated

API / geotoolkit / controls / tools / Zoom / Zoom

Namespace: Zoom

tools.Zoom.Zoom

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { onDoubleClick: ZoomEventArgs ; onZoom: ZoomEventArgs ; onZoomEnd: ZoomEventArgs ; onZoomStart: ZoomEventArgs }


Options

Ƭ Options: Options & { easing?: Functions | Function ; max?: number ; min?: number ; mode?: Mode ; modifier?: ModifierKey | null ; speed?: number ; time?: number }

options for the tool


OptionsOut

Ƭ OptionsOut: OptionsOut & { easing: Function ; max: number ; min: number ; mode: Mode ; modifier: ModifierKey ; speed: number ; time: number }

properties