-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
public interface DataPolygon<T> implements Geometry
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
-
-
Method Summary
Modifier and Type Method Description abstract List<LatLng>getOuterBoundaryCoordinates()Gets an array of outer boundary coordinates abstract List<List<LatLng>>getInnerBoundaryCoordinates()Gets an array of arrays of inner boundary coordinates -
-
Method Detail
-
getOuterBoundaryCoordinates
abstract List<LatLng> getOuterBoundaryCoordinates()
Gets an array of outer boundary coordinates
-
getInnerBoundaryCoordinates
abstract List<List<LatLng>> getInnerBoundaryCoordinates()
Gets an array of arrays of inner boundary coordinates
-
-
-
-