createMulti method

Create multi annotations with the options.

Implementation

Future<List<PolylineAnnotation?>> createMulti(
        List<PolylineAnnotationOptions> annotations) =>
    _annotationMessenger.createMulti(id, annotations);