diff --git a/lib/src/map/options.dart b/lib/src/map/options.dart index af5b48336..4ee83a7fb 100644 --- a/lib/src/map/options.dart +++ b/lib/src/map/options.dart @@ -304,6 +304,7 @@ class MapOptions { boundsOptions == other.boundsOptions && minZoom == other.minZoom && maxZoom == other.maxZoom && + backgroundColor == other.backgroundColor && onTap == other.onTap && onSecondaryTap == other.onSecondaryTap && onLongPress == other.onLongPress && @@ -330,6 +331,7 @@ class MapOptions { boundsOptions, minZoom, maxZoom, + backgroundColor, onTap, onSecondaryTap, onLongPress,