Package com.yandex.mapkit.map

Class Rect

java.lang.Object
    ↳ com.yandex.mapkit.map.Rect

class Rect implements Serializable

The rectangle to display on the map.

Summary

Constructors

Signature and Description

Rect(@NonNull android.graphics.PointF min,
     @NonNull android.graphics.PointF max)

Rect()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

android.graphics.PointF

getMin()
Minimum rectangle coordinates.

android.graphics.PointF

getMax()
Maximum rectangle coordinates.

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

Rect

Rect(@NonNull android.graphics.PointF min,
     @NonNull android.graphics.PointF max)


Rect

Rect()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getMin

@NonNull
android.graphics.PointF getMin()

Minimum rectangle coordinates.


getMax

@NonNull
android.graphics.PointF getMax()

Maximum rectangle coordinates.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)