Class Rect
Package world.mappable.mapkit.map
java.lang.Object
↳ world.mappable.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, |
|
Rect() |
Methods
|
Type and modifiers |
Method and Description |
|
android.graphics.PointF |
getMin() |
|
android.graphics.PointF |
getMax() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Rect
|
Rect(@NonNull android.graphics.PointF min, |
Rect
|
Rect() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getMin
|
@NonNull |
Minimum rectangle coordinates.
getMax
|
@NonNull |
Maximum rectangle coordinates.
serialize
|
@Override |