createMulti method
Create multi annotations with the options.
Implementation
Future<List<PointAnnotation?>> createMulti(
List<PointAnnotationOptions> annotations) =>
messager.createMulti(id, annotations);
Create multi annotations with the options.
Future<List<PointAnnotation?>> createMulti(
List<PointAnnotationOptions> annotations) =>
messager.createMulti(id, annotations);