Skip to content

Commit

Permalink
Remove obsolete fit parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene committed Sep 19, 2022
1 parent 2bef46e commit 69e0c6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/flutter_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ class MapOptions {
class FitBoundsOptions {
final EdgeInsets padding;
final double maxZoom;
final double? zoom;
final bool inside;

/// By default the calculation will work with fractional zoom levels.
Expand All @@ -344,7 +343,6 @@ class FitBoundsOptions {
const FitBoundsOptions({
this.padding = EdgeInsets.zero,
this.maxZoom = 17.0,
this.zoom,
this.inside = false,
this.forceIntegerZoomLevel = false,
});
Expand Down

0 comments on commit 69e0c6f

Please sign in to comment.