TileIndex constructor

TileIndex(
  1. double x,
  2. double y
)

Default Constructor.

Implementation

TileIndex(this.x, this.y);