Skip to content

Commit

Permalink
fix: missing tile overlays init in google map
Browse files Browse the repository at this point in the history
  • Loading branch information
illuminati1911 committed Jan 23, 2025
1 parent 346a47a commit 254f58f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ class _GoogleMapState extends State<GoogleMap> {
circles: widget.circles,
clusterManagers: widget.clusterManagers,
heatmaps: widget.heatmaps,
tileOverlays: widget.tileOverlays
),
mapConfiguration: _mapConfiguration,
);
Expand Down

0 comments on commit 254f58f

Please sign in to comment.