public class KmlRenderer extends Renderer
Renderer.ImagesCache
Modifier and Type | Method and Description |
---|---|
void |
addLayerToMap() |
java.lang.Iterable<KmlGroundOverlay> |
getGroundOverlays()
Gets an iterable of KmlGroundOverlay objects
|
java.lang.Iterable<KmlContainer> |
getNestedContainers()
Gets an iterable of KmlContainerInterface objects
|
boolean |
hasNestedContainers()
Checks if the layer contains any KmlContainers
|
void |
removeLayerFromMap()
Removes all the KML data from the map and clears all the stored placemarks
|
void |
setMap(GoogleMap map)
Sets the map that objects are being placed on
|
addFeature, addGeoJsonFeatureToMap, addKmlPlacemarkToMap, assignStyleMap, attachGroundOverlay, cacheBitmap, checkClearBitmapCache, clearStylesRenderer, downloadFinished, downloadStarted, getAllFeatures, getCachedGroundOverlayImage, getCachedMarkerImage, getContainerList, getFeatures, getGroundOverlayMap, getMap, getMarkerIconUrls, getPlacemarkStyle, getPlacemarkVisibility, getStyleMaps, getStylesRenderer, getValues, hasFeatures, isLayerOnMap, putContainerFeature, putFeatures, putStyles, putStyles, removeFeature, removeFeatures, removeFromMap, removeGroundOverlays, setLayerVisibility, storeData
public void addLayerToMap()
public void setMap(GoogleMap map)
public boolean hasNestedContainers()
public java.lang.Iterable<KmlContainer> getNestedContainers()
public java.lang.Iterable<KmlGroundOverlay> getGroundOverlays()
public void removeLayerFromMap()