Package com.google.maps.android.data.geojson
See: Description
-
Class Summary Class Description GeoJsonFeature A GeoJsonFeature has a geometry, bounding box, id and set of properties. GeoJsonGeometryCollection A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects. GeoJsonLayer GeoJsonLineString A GeoJsonLineString geometry represents a number of connected LatLngs. GeoJsonLineStringStyle A class that allows for GeoJsonLineString objects to be styled and for these styles to be translated into a PolylineOptions object. GeoJsonMultiLineString A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings. GeoJsonMultiPoint A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints. GeoJsonMultiPolygon A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons. GeoJsonPoint A GeoJsonPoint geometry contains a single LatLng. GeoJsonPointStyle A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object. GeoJsonPolygon A GeoJsonPolygon geometry contains an array of arrays of LatLngs. GeoJsonPolygonStyle A class that allows for GeoJsonPolygon objects to be styled and for these styles to be translated into a PolygonOptions object. -
Interface Summary Interface Description GeoJsonOnFeatureClickListener GeoJsonStyle