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