Interface LMapZoomBaseOptions<S extends LMapZoomBaseOptions<S>>

All Superinterfaces:
LComponentOptions<S>
All Known Implementing Classes:
AbstractLMapZoomPanOptions, LMapFitBoundOptions, LMapZoomOptions, LMapZoomPanOptions

public interface LMapZoomBaseOptions<S extends LMapZoomBaseOptions<S>> extends LComponentOptions<S>
See Also:
  • Method Details

    • getAnimate

      Boolean getAnimate()
    • setAnimate

      void setAnimate(Boolean animate)
    • withAnimate

      default S withAnimate(Boolean animate)