zoomScaleFunction property

List<Point<double>> get zoomScaleFunction

Piecewise linear scale function. See Placemark's scale function.

Implementation

core.List<math.Point<core.double>> get zoomScaleFunction;
set zoomScaleFunction (List<Point<double>> val)

Implementation

set zoomScaleFunction(core.List<math.Point<core.double>> val);