Package 

Class GroundOverlayManager.Collection

    • Method Summary

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

        clear
      • Methods inherited from class java.lang.Object

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