zoomFactor property

double get zoomFactor

Specifies the zoom level of the location view, in pixels per meter. Default: approximately 100 meters across the screen width.

Example:

// Set zoom factor
_locationWindow!.zoomFactor = 150.0;
print("Set zoom factor to 150.0");

Implementation

double get zoomFactor;
set zoomFactor (double zoomFactor)

Implementation

void set zoomFactor(double zoomFactor);