rectangleToNativeRectangle

open override fun rectangleToNativeRectangle(rectangle: Rectangle, result: Rectangle?): Rectangle(source)

Transforms a rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.

Return

The specified 'result', or a new object containing the native rectangle if 'result' is undefined.

Parameters

rectangle

The rectangle to transform.

result

The instance to which to copy the result, or undefined if a new instance should be created.

See also