-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.geojson.GeoJsonObject
public final class GeoJsonFeatureCollection implements GeoJsonObject
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final List<GeoJsonFeature>features
-
Constructor Summary
Constructors Constructor Description GeoJsonFeatureCollection(List<GeoJsonFeature> features)
-
Method Summary
Modifier and Type Method Description StringgetType()final List<GeoJsonFeature>getFeatures()-
-
Constructor Detail
-
GeoJsonFeatureCollection
GeoJsonFeatureCollection(List<GeoJsonFeature> features)
-
-
Method Detail
-
getFeatures
final List<GeoJsonFeature> getFeatures()
-
-
-
-