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