Skip to content

Commit

Permalink
Fix signature of reload method in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
vospennikov committed Sep 9, 2023
1 parent bb264b8 commit f7f59f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class ClusterMapViewController: UIViewController, MapController {
}

func reloadMap() async {
async let changes = clusterManager.reload(mapSize: mapView.bounds.size, coordinateRegion: mapView.region)
async let changes = clusterManager.reload(mapViewSize: mapView.bounds.size, coordinateRegion: mapView.region)
await applyChanges(changes)
}

Expand Down

0 comments on commit f7f59f1

Please sign in to comment.