deleteMulti abstract method

Future<void> deleteMulti(
  1. List<PointAnnotation> annotations
)

Delete multiple annotations added by this manager.

Implementation

Future<void> deleteMulti(List<PointAnnotation> annotations);