withOption<T extends PolylineOptions> method

InteractivePolyline<Object> withOption<T extends PolylineOptions>(
  1. T opt
)

Implementation

InteractivePolyline withOption<T extends PolylineOptions>(T opt) =>
    copyWith(options: options.setOpt<T>(opt));