public static class GoogleMaps.Circle extends GoogleMaps.MapItem
GoogleMaps.Circle c = new GoogleMaps.Circle();
c.lat = -3.73243;
c.lon = -38.483414;
c.color = Color.BLUE;
c.filled = false;
c.rad = 70;
| Modifier and Type | Field and Description |
|---|---|
int |
color
The item color.
|
boolean |
filled
Set if the item is filled or not
|
double |
lat
Center of the circle
|
double |
lon
Center of the circle
|
double |
rad
The radius; if > 0, its computed as meters; if < 0, its computed as delta of the coordinates
|
| Constructor and Description |
|---|
Circle() |
public double lat
public double lon
public double rad
public boolean filled
public int color