Class VisibleRegion

com.yandex.mapkit.map

java.lang.Object ⇽ VisibleRegion

public class VisibleRegion

Defines the visible region.

Constructors

VisibleRegion(Point topLeft, Point topRight, Point bottomLeft, Point bottomRight)
VisibleRegion()

Use constructor with parameters in your code.

VisibleRegion(Point topLeft, Point topRight, Point bottomLeft, Point bottomRight)
VisibleRegion()

Use constructor with parameters in your code.

Methods

Constructor Detail

VisibleRegion

public VisibleRegion (Point topLeft, Point topRight, Point bottomLeft, Point bottomRight)

VisibleRegion

public VisibleRegion ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getBottomLeft

public Point getBottomLeft ()

getBottomRight

public Point getBottomRight ()

getTopLeft

public Point getTopLeft ()

getTopRight

public Point getTopRight ()

serialize

public void serialize (Archive archive)