Returns the center point of the given tile in absolute pixel coordinates
tile
Mappoint getCenter(Tile tile) { return tile.getCenter(); }