Package 

Class PolygonManager.Collection

    • Method Summary

      Modifier and Type Method Description
      Polygon addPolygon(PolygonOptions opts)
      void addAll(Collection<PolygonOptions> opts)
      void addAll(Collection<PolygonOptions> opts, boolean defaultVisible)
      void showAll()
      void hideAll()
      boolean remove(Polygon polygon)
      Collection<Polygon> getPolygons()
      void setOnPolygonClickListener(GoogleMap.OnPolygonClickListener polygonClickListener)
      • 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