computeMaximumLevelAtPosition

Determines the level of the most detailed tile covering the position. This function usually completes in time logarithmic to the number of rectangles added with TileAvailability.addAvailableTileRange.

Return

The level of the most detailed tile covering the position.

Parameters

position

The position for which to determine the maximum available level. The height component is ignored.

See also