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