public class Polygon
extends java.lang.Object
Use a group of GeoPoint (at least three) to describe vertices of a polygon
| Modifier and Type | Class and Description |
|---|---|
static class |
Polygon.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Polygon.Builder |
builder() |
java.util.List<GeoPoint> |
getPoints()
The list of geo-coordinates for a polygon.
|
public static Polygon.Builder builder()