set Screen Culling Shape
A convex polygon that describes the shape of the screen in case it is non-rectangular. Every coordinate is in 0 to 1 range, with (0, 0) being the map view top-left and (1, 1) the bottom-right. The points have to be given in clockwise winding order. The polygon will be closed automatically, so for a rectangular shape, pass in 4 points. Use this, if the visible screen area is obscured enough that using a custom shape improves performance.
Parameters
shape
shape of the screen