getCenter method

Mappoint getCenter(
  1. Tile tile
)

Returns the center point of the given tile in absolute pixel coordinates

Implementation

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