public class PolygonGeometry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PolygonGeometry(java.util.List<LatLng> vertices)
Instantiates a new PolygonGeometry object based on vertices.
|
Modifier and Type | Method and Description |
---|---|
LatLng[] |
getVertices()
Gets a polygon's points.
|