-
Classes Class Description com.google.maps.android.data.kml.KmlContainer Represents a KML Document or Folder. com.google.maps.android.data.kml.KmlGroundOverlay Represents a KML Ground Overlay. com.google.maps.android.data.kml.KmlLayer com.google.maps.android.data.kml.KmlLineString Represents a KML LineString. com.google.maps.android.data.kml.KmlMultiGeometry Represents a KML MultiGeometry. com.google.maps.android.data.kml.KmlPlacemark Represents a placemark which is either a KmlPoint, KmlLineString, KmlPolygon or a KmlMultiGeometry. com.google.maps.android.data.kml.KmlPoint Represents a KML Point. com.google.maps.android.data.kml.KmlPolygon Represents a KML Polygon. com.google.maps.android.data.kml.KmlStyle Represents the defined styles in the KML document. com.google.maps.android.data.Feature An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature. com.google.maps.android.data.Layer Common base class for GeoJsonLayer and KmlLayer, bridging to the new data layer. com.google.maps.android.data.LineString Legacy LineString wrapper bridging to the new data layer. com.google.maps.android.data.MultiGeometry An abstraction that shares the common properties of KmlMultiGeometry, GeoJsonMultiLineString, GeoJsonMultiPoint, and GeoJsonMultiPolygon. com.google.maps.android.data.Point Legacy Point wrapper bridging to the new data layer. com.google.maps.android.data.Renderer A legacy bridge class representing the old Renderer, used to provide backward compatibility for type-level references like ImagesCache. com.google.maps.android.data.geojson.GeoJsonFeature A GeoJsonFeature has a geometry, bounding box, id and set of properties. com.google.maps.android.data.geojson.GeoJsonGeometryCollection A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects. com.google.maps.android.data.geojson.GeoJsonLayer com.google.maps.android.data.geojson.GeoJsonLineString A GeoJsonLineString geometry represents a number of connected LatLngs. com.google.maps.android.data.geojson.GeoJsonLineStringStyle A class that allows for GeoJsonLineString objects to be styled and for these styles to be translated into a PolylineOptions object. com.google.maps.android.data.geojson.GeoJsonMultiLineString A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings. com.google.maps.android.data.geojson.GeoJsonMultiPoint A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints. com.google.maps.android.data.geojson.GeoJsonMultiPolygon A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons. com.google.maps.android.data.geojson.GeoJsonPoint A GeoJsonPoint geometry contains a single LatLng. com.google.maps.android.data.geojson.GeoJsonPointStyle A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object. com.google.maps.android.data.geojson.GeoJsonPolygon A GeoJsonPolygon geometry contains an array of arrays of LatLngs. com.google.maps.android.data.geojson.GeoJsonPolygonStyle A class that allows for GeoJsonPolygon objects to be styled and for these styles to be translated into a PolygonOptions object.
-
Interfaces Interface Description com.google.maps.android.data.DataPolygon An interface containing the common properties of GeoJsonPolygon and KmlPolygon. com.google.maps.android.data.Geometry Common interface for all legacy Geometry types, bridging to the new data layer. com.google.maps.android.data.geojson.GeoJsonStyle