Package 

Class PolylineManager.Collection

    • Method Summary

      Modifier and Type Method Description
      Polyline addPolyline(PolylineOptions opts)
      void addAll(Collection<PolylineOptions> opts)
      void addAll(Collection<PolylineOptions> opts, boolean defaultVisible)
      void showAll()
      void hideAll()
      boolean remove(Polyline polyline)
      Collection<Polyline> getPolylines()
      void setOnPolylineClickListener(GoogleMap.OnPolylineClickListener polylineClickListener)
      • 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