TileGeoBoundsCalculator constructor - TileGeoBoundsCalculator - mapview.datasource library - Dart API
TileGeoBoundsCalculator
TileGeoBoundsCalculator constructor
- TilingScheme tilingScheme
Creates an instance of TileGeoBoundsCalculator.
tilingSchemeThe tiling scheme used for generating the tile keys that are to be supported by this instance.
Implementation
factory TileGeoBoundsCalculator(TilingScheme tilingScheme) => $prototype.create(tilingScheme);