| Interface | Description |
|---|---|
| DataPolygon<T> |
An interface containing the common properties of
GeoJsonPolygon and
KmlPolygon |
| Geometry<T> |
An abstraction that represents a Geometry object
|
| Layer.OnFeatureClickListener |
Callback interface for when a map object is clicked.
|
| Class | Description |
|---|---|
| Feature |
An abstraction that shares the common properties of
KmlPlacemark and
GeoJsonFeature |
| Layer |
An abstraction that shares the common properties of
KmlLayer and
GeoJsonLayer |
| LineString |
An abstraction that shares the common properties of
KmlLineString and
GeoJsonLineString |
| MultiGeometry |
An abstraction that shares the common properties of
KmlMultiGeometry
and GeoJsonMultiLineString,
GeoJsonMultiPoint and
GeoJsonMultiPolygon |
| Point |
An abstraction that shares the common properties of
KmlPoint and
GeoJsonPoint |
| Renderer |
An abstraction that shares the common properties of
KmlRenderer and
GeoJsonRenderer |
| Renderer.ImagesCache | |
| Style |
An abstraction that shares the common properties of
KmlStyle,
GeoJsonPointStyle,
GeoJsonLineStringStyle
and GeoJsonPolygonStyle |