column property

int column

The column of the tile key.

Implementation

int get column {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileKey_getColumn(
      _handle,
      errorHandler,
    );
  });
}