TileID constructor

TileID(
  1. double x,
  2. double y,
  3. double zoom
)

Implementation

TileID(this.x, this.y, this.zoom);