getVisibleRegion

Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.

This method ignores the content padding.

Return

The projection of the viewing frustum in its current state.


open fun getVisibleRegion(ignorePadding: Boolean): VisibleRegion

Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.

Return

The projection of the viewing frustum in its current state.

Parameters

ignorePadding

True if the padding should be ignored, false if the returned region should be reduced by the padding.