TileRange

public struct TileRange : Sequence

For a particular zoom level, defines a range of tiles. It can be iterated in a for loop. It will get the TileCoord`

The following conditions shall always be true

minTileX <= maxTileX
minTileY <= maxTileY

Todo

  • There are no validations for the conditions above.
  • There are not validations for the min and max values.