-
- All Implemented Interfaces:
-
com.google.maps.android.data.DataPolygon,com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class KmlPolygon implements DataPolygon<List<List<LatLng>>>
Represents a KML Polygon. Contains a single array of outer boundary coordinates and an array of arrays for the inner boundary coordinates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKmlPolygon.Companion
-
Constructor Summary
Constructors Constructor Description KmlPolygon(List<LatLng> outerBoundaryCoordinates, List<List<LatLng>> innerBoundaryCoordinates)
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()List<List<LatLng>>getGeometryObject()List<LatLng>getOuterBoundaryCoordinates()List<List<LatLng>>getInnerBoundaryCoordinates()StringtoString()-
-
Method Detail
-
getGeometryType
String getGeometryType()
-
getGeometryObject
List<List<LatLng>> getGeometryObject()
-
getOuterBoundaryCoordinates
List<LatLng> getOuterBoundaryCoordinates()
-
getInnerBoundaryCoordinates
List<List<LatLng>> getInnerBoundaryCoordinates()
-
-
-
-