Package com.yandex.mapkit.geometry
Class Circle
java.lang.Object
↳ com.yandex.mapkit.geometry.Circle
class Circle implements Serializable
A circle around the specified point.
Summary
Constructors
Signature and Description |
Circle() |
Methods
Type and modifiers |
Method and Description |
getCenter() |
|
float |
getRadius() |
void |
serialize(com.yandex.runtime.bindings.Archive archive) |
Constuctors
Circle
Circle(@NonNull Point center, |
Circle
Circle() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getCenter
@NonNull |
The coordinates of the center of the circle.
getRadius
float getRadius() |
The radius of the circle in meters.
serialize
@Override |