getLeftUpper method

Mappoint getLeftUpper(
  1. Tile tile
)

Returns the top-left point of this tile in absolute pixel coordinates.

@return the top-left point

Implementation

Mappoint getLeftUpper(Tile tile) {
  return tile.getLeftUpper();
}