LinearZoomManager

constructor(z: Double)(source)

Same of LinearZoomManager but rate is 1, and minimum and maximum are +/- MAX_VALUE.

Parameters

z

is the desired initial zoom


constructor(zoom: Double, rate: Double, min: Double, max: Double)(source)

Initialize a new LinearZoomManager instance with the parameters in input.

Parameters

zoom

is the desired initial zoom

rate

is the linear factor

min

minimum allowed zoom

max

maximum allowed zoom