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