-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public interface DataPolygon<T extends Object> implements Geometry
An interface containing the common properties of GeoJsonPolygon and KmlPolygon.
-
-
Method Summary
Modifier and Type Method Description abstract List<LatLng>getOuterBoundaryCoordinates()abstract List<List<LatLng>>getInnerBoundaryCoordinates()-
-
Method Detail
-
getOuterBoundaryCoordinates
abstract List<LatLng> getOuterBoundaryCoordinates()
-
getInnerBoundaryCoordinates
abstract List<List<LatLng>> getInnerBoundaryCoordinates()
-
-
-
-