public interface Circle extends Overlay, MapPoint
Modifier and Type | Method and Description |
---|---|
int |
getOutlineColor()
Specifies the circles outline color.
|
LatLng |
getPosition()
The position center of the circle overlay.
|
double |
getRadius()
The circle radius in meters.
|
float |
getWidth()
The width of the circle in pixels.
|
boolean |
isFill()
Specifies if the circle should be filled.
|
getColor, getOpacity
getId, getTag
@NonNull LatLng getPosition()
getPosition
in interface MapPoint
double getRadius()
float getWidth()
boolean isFill()
int getOutlineColor()
Color.WHITE