zoomFactor property

double get zoomFactor

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

Dart code snippet: @snippet location_window_common_example.dart dart_LocationWindow_setZoomFactor

Implementation

double get zoomFactor;
set zoomFactor (double zoomFactor)

Implementation

void set zoomFactor(double zoomFactor);