createMulti method

Create multi annotations with the options.

Implementation

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