Package 

Class KmlRenderer


  • 
    public class KmlRenderer
    extends Renderer
                        

    Renders all visible KmlPlacemark and KmlGroundOverlay objects onto the GoogleMap as Marker, Polyline, Polygon, GroundOverlay objects. Also removes objects from the map.

    • Method Summary

      Modifier and Type Method Description
      void addLayerToMap()
      void setMap(GoogleMap map) Sets the map that objects are being placed on
      boolean hasNestedContainers() Checks if the layer contains any KmlContainers
      Iterable<KmlContainer> getNestedContainers() Gets an iterable of KmlContainerInterface objects
      Iterable<KmlGroundOverlay> getGroundOverlays() Gets an iterable of KmlGroundOverlay objects
      void removeLayerFromMap() Removes all the KML data from the map and clears all the stored placemarks
      • Methods inherited from class com.google.maps.android.data.Renderer

        assignStyleMap, getFeatures, getGroundOverlayMap, getMap, getValues, isLayerOnMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait