-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonMultiPolygon extends MultiGeometry
A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons.
-
-
Constructor Summary
Constructors Constructor Description GeoJsonMultiPolygon(List<GeoJsonPolygon> geoJsonPolygons)
-
Method Summary
Modifier and Type Method Description final StringgetType()final List<GeoJsonPolygon>getPolygons()-
-
Constructor Detail
-
GeoJsonMultiPolygon
GeoJsonMultiPolygon(List<GeoJsonPolygon> geoJsonPolygons)
-
-
Method Detail
-
getPolygons
final List<GeoJsonPolygon> getPolygons()
-
-
-
-