createMulti abstract method
- List<
PolylineAnnotationOptions> annotations
Create multi annotations with the options.
Implementation
Future<List<PolylineAnnotation?>> createMulti(
List<PolylineAnnotationOptions> annotations,
);
Create multi annotations with the options.
Future<List<PolylineAnnotation?>> createMulti(
List<PolylineAnnotationOptions> annotations,
);