Skip to content

Commit

Permalink
Update README with new size param
Browse files Browse the repository at this point in the history
The example provided on README didn't match the one in the `/example` folder. Now it's good again!
  • Loading branch information
HugoHeneault authored Sep 6, 2019
1 parent 3b422b4 commit 95b7007
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Add it in you FlutterMap and configure it using `MarkerClusterGroupLayerOptions`
),
MarkerClusterLayerOptions(
maxClusterRadius: 120,
height: 40,
width: 40,
size: Size(40, 40),
fitBoundsOptions: FitBoundsOptions(
padding: EdgeInsets.all(50),
),
Expand All @@ -63,4 +62,4 @@ Add it in you FlutterMap and configure it using `MarkerClusterGroupLayerOptions`

### Run the example

See the `example/` folder for a working example app.
See the `example/` folder for a working example app.

0 comments on commit 95b7007

Please sign in to comment.