Class GroundOverlayManager.Collection

  • Enclosing class:
    GroundOverlayManager

    public class GroundOverlayManager.Collection
    extends com.google.maps.android.collections.MapObjectManager.Collection
    • Constructor Summary

      Constructors 
      Constructor Description
      Collection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAll​(java.util.Collection<com.google.android.gms.maps.model.GroundOverlayOptions> opts)  
      void addAll​(java.util.Collection<com.google.android.gms.maps.model.GroundOverlayOptions> opts, boolean defaultVisible)  
      com.google.android.gms.maps.model.GroundOverlay addGroundOverlay​(com.google.android.gms.maps.model.GroundOverlayOptions opts)  
      java.util.Collection<com.google.android.gms.maps.model.GroundOverlay> getGroundOverlays()  
      void hideAll()  
      boolean remove​(com.google.android.gms.maps.model.GroundOverlay groundOverlay)  
      void setOnGroundOverlayClickListener​(com.google.android.gms.maps.GoogleMap.OnGroundOverlayClickListener groundOverlayClickListener)  
      void showAll()  
      • Methods inherited from class com.google.maps.android.collections.MapObjectManager.Collection

        clear
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Collection

        public Collection()
    • Method Detail

      • addGroundOverlay

        public com.google.android.gms.maps.model.GroundOverlay addGroundOverlay​(com.google.android.gms.maps.model.GroundOverlayOptions opts)
      • addAll

        public void addAll​(java.util.Collection<com.google.android.gms.maps.model.GroundOverlayOptions> opts)
      • addAll

        public void addAll​(java.util.Collection<com.google.android.gms.maps.model.GroundOverlayOptions> opts,
                           boolean defaultVisible)
      • showAll

        public void showAll()
      • hideAll

        public void hideAll()
      • remove

        public boolean remove​(com.google.android.gms.maps.model.GroundOverlay groundOverlay)
      • getGroundOverlays

        public java.util.Collection<com.google.android.gms.maps.model.GroundOverlay> getGroundOverlays()
      • setOnGroundOverlayClickListener

        public void setOnGroundOverlayClickListener​(com.google.android.gms.maps.GoogleMap.OnGroundOverlayClickListener groundOverlayClickListener)