Package com.google.maps.android.data.geojson
See: Description
-
Class Summary Class Description GeoJsonPoint A GeoJsonPoint geometry contains a single com.google.android.gms.maps.model.LatLng. GeoJsonFeature A GeoJsonFeature has a geometry, bounding box, id and set of properties. GeoJsonLayer A class that allows the developer to import GeoJSON data, style it and interact with the imported data. GeoJsonMultiPoint A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints. GeoJsonPolygon A GeoJsonPolygon geometry contains an array of arrays of com.google.android.gms.maps.model.LatLngs. GeoJsonGeometryCollection A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects. GeoJsonRenderer Renders GeoJsonFeature objects onto the GoogleMap as Marker, Polyline and Polygon objects. GeoJsonMultiLineString A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings. GeoJsonPointStyle A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object. GeoJsonPolygonStyle A class that allows for GeoJsonPolygon objects to be styled and for these styles to be translated into a PolygonOptions object. GeoJsonParser Parses a JSONObject and places data into their appropriate GeoJsonFeature objects. GeoJsonLineString A GeoJsonLineString geometry represents a number of connected s. GeoJsonLineStringStyle A class that allows for GeoJsonLineString objects to be styled and for these styles to be translated into a PolylineOptions object. GeoJsonMultiPolygon A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons. BiMultiMap Extension of HashMap that provides two main features. -
Interface Summary Interface Description GeoJsonOnFeatureClickListener