geometry property
The tile region's associated geometry.
If provided, updates the tile region's associated geometry i.e. geometry, which is used in the tile cover algorithm to find out a set of tiles to be loaded for the tile region.
Providing an empty geometry list is equivalent to removeTileRegion() call.
Implementation
Map<String?, Object?>? geometry;