Package 

Class CircleManagerKt

    • Method Summary

      Modifier and Type Method Description
      final static Circle addCircle(CircleManager.Collection $self, Function1<CircleOptions, Unit> optionsActions) Adds a new Circle to the underlying map and to this CircleManager.Collection with the provided optionsActions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addCircle

         final static Circle addCircle(CircleManager.Collection $self, Function1<CircleOptions, Unit> optionsActions)

        Adds a new Circle to the underlying map and to this CircleManager.Collection with the provided optionsActions.