Class Rect

com.yandex.mapkit.map

java.lang.Object ⇽ Rect

public class Rect

Constructors

Rect(PointF min, PointF max)
Rect()

Use constructor with parameters in your code.

Rect(PointF min, PointF max)
Rect()

Use constructor with parameters in your code.

Methods

PointF getMax()
PointF getMin()
void serialize(Archive archive)
PointF getMax()
PointF getMin()
void serialize(Archive archive)

Constructor Detail

Rect

public Rect (PointF min, PointF max)

Rect

public Rect ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getMax

public PointF getMax ()

getMin

public PointF getMin ()

serialize

public void serialize (Archive archive)