-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.geojson.GeoJsonObject
public final class GeoJsonFeature implements GeoJsonObject
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final GeoJsonGeometrygeometryprivate final Map<String, String>propertiesprivate final Stringid
-
Constructor Summary
Constructors Constructor Description GeoJsonFeature(GeoJsonGeometry geometry, Map<String, String> properties, String id)
-
Method Summary
Modifier and Type Method Description StringgetType()final GeoJsonGeometrygetGeometry()final Map<String, String>getProperties()final StringgetId()-
-
Constructor Detail
-
GeoJsonFeature
GeoJsonFeature(GeoJsonGeometry geometry, Map<String, String> properties, String id)
-
-
Method Detail
-
getGeometry
final GeoJsonGeometry getGeometry()
-
getProperties
final Map<String, String> getProperties()
-
-
-
-