MapScreen constructor
MapScreen({
- Color? toolColor,
- Color? polygonColor,
- IconData? iconLocation,
- IconData? iconEditMode,
- IconData? iconCloseEdit,
- IconData? iconDoneEdit,
- IconData? iconUndoEdit,
- IconData? iconGPSPoint,
- bool? autoEditMode,
- bool? pointDistance,
- TrackingMode? trackingMode,
- LatLng? targetCameraPosition,
- bool? enableDragMarker,
Implementation
MapScreen(
{this.toolColor,
this.polygonColor,
this.iconLocation,
this.iconEditMode,
this.iconCloseEdit,
this.iconDoneEdit,
this.iconUndoEdit,
this.iconGPSPoint,
this.autoEditMode,
this.pointDistance,
this.trackingMode,
this.targetCameraPosition,
this.enableDragMarker});