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