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 22, 2025
1 parent a0fd5f6 commit b8ad73b
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 b8ad73b

Please sign in to comment.