MapScreen constructor

MapScreen({
  1. Color? toolColor,
  2. Color? polygonColor,
  3. IconData? iconLocation,
  4. IconData? iconEditMode,
  5. IconData? iconCloseEdit,
  6. IconData? iconDoneEdit,
  7. IconData? iconUndoEdit,
  8. IconData? iconGPSPoint,
  9. bool? autoEditMode,
  10. bool? pointDistance,
  11. TrackingMode? trackingMode,
  12. LatLng? targetCameraPosition,
  13. 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});