coordinates property

Point<num> coordinates

Get the coordinates of this tile.

Implementation

Point get coordinates => Point(x, y);