update method

Future<void> update(
  1. PointAnnotation annotation
)

Update an added annotation with new properties.

Implementation

Future<void> update(PointAnnotation annotation) =>
    messager.update(id, annotation);