Interface | Description |
---|---|
GeoJsonLayer.GeoJsonOnFeatureClickListener |
Class | Description |
---|---|
BiMultiMap<K> |
Extension of HashMap that provides two main features.
|
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 |
A class that allows the developer to import GeoJSON data, style it and interact with the
imported data.
|
GeoJsonLineString |
A GeoJsonLineString geometry represents a number of connected
com.google.android.gms.maps.model.LatLng s. |
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
GeoJsonLineString s. |
GeoJsonMultiPoint |
A GeoJsonMultiPoint geometry contains a number of
GeoJsonPoint s. |
GeoJsonMultiPolygon |
A GeoJsonMultiPolygon geometry contains a number of
GeoJsonPolygon s. |
GeoJsonParser |
Parses a JSONObject and places data into their appropriate GeoJsonFeature objects.
|
GeoJsonPoint |
A GeoJsonPoint geometry contains a single
com.google.android.gms.maps.model.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
com.google.android.gms.maps.model.LatLng s. |
GeoJsonPolygonStyle |
A class that allows for GeoJsonPolygon objects to be styled and for these styles to be
translated into a PolygonOptions object.
|
GeoJsonRenderer |
Renders GeoJsonFeature objects onto the GoogleMap as Marker, Polyline and Polygon objects.
|