public class GroundOverlayManager.Collection
extends com.google.maps.android.collections.MapObjectManager.Collection
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(java.util.Collection<GroundOverlayOptions> opts) |
void |
addAll(java.util.Collection<GroundOverlayOptions> opts,
boolean defaultVisible) |
GroundOverlay |
addGroundOverlay(GroundOverlayOptions opts) |
java.util.Collection<GroundOverlay> |
getGroundOverlays() |
void |
hideAll() |
boolean |
remove(GroundOverlay groundOverlay) |
void |
setOnGroundOverlayClickListener(GoogleMap.OnGroundOverlayClickListener groundOverlayClickListener) |
void |
showAll() |
public GroundOverlay addGroundOverlay(GroundOverlayOptions opts)
public void addAll(java.util.Collection<GroundOverlayOptions> opts)
public void addAll(java.util.Collection<GroundOverlayOptions> opts, boolean defaultVisible)
public void showAll()
public void hideAll()
public boolean remove(GroundOverlay groundOverlay)
remove
in class com.google.maps.android.collections.MapObjectManager.Collection
public java.util.Collection<GroundOverlay> getGroundOverlays()
public void setOnGroundOverlayClickListener(GoogleMap.OnGroundOverlayClickListener groundOverlayClickListener)