TileGeoBoundsCalculator constructor

TileGeoBoundsCalculator(
  1. TilingScheme tilingScheme
)

Creates an instance of TileGeoBoundsCalculator.

  • tilingScheme The tiling scheme used for generating the tile keys that are to be supported by this instance.

Implementation

factory TileGeoBoundsCalculator(TilingScheme tilingScheme) => $prototype.create(tilingScheme);