-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.Geometry
public final class Geometry.Polygon implements Geometry
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Geometry.Point>shellprivate final List<List<Geometry.Point>>holes
-
Constructor Summary
Constructors Constructor Description Geometry.Polygon(List<Geometry.Point> shell, List<List<Geometry.Point>> holes)
-
Method Summary
Modifier and Type Method Description final List<Geometry.Point>getShell()final List<List<Geometry.Point>>getHoles()-
-
Constructor Detail
-
Geometry.Polygon
Geometry.Polygon(List<Geometry.Point> shell, List<List<Geometry.Point>> holes)
-
-
Method Detail
-
getShell
final List<Geometry.Point> getShell()
-
getHoles
final List<List<Geometry.Point>> getHoles()
-
-
-
-