-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.geojson.GeoJsonGeometry,com.google.maps.android.data.parser.geojson.GeoJsonObject
public final class GeoJsonMultiPolygon implements GeoJsonGeometry
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final List<List<List<Coordinates>>>coordinates
-
Constructor Summary
Constructors Constructor Description GeoJsonMultiPolygon(List<List<List<Coordinates>>> coordinates)
-
Method Summary
Modifier and Type Method Description StringgetType()final List<List<List<Coordinates>>>getCoordinates()-
-
Constructor Detail
-
GeoJsonMultiPolygon
GeoJsonMultiPolygon(List<List<List<Coordinates>>> coordinates)
-
-
Method Detail
-
getCoordinates
final List<List<List<Coordinates>>> getCoordinates()
-
-
-
-