update method

Future<void> update(
  1. PolygonAnnotation annotation
)

Update an added annotation with new properties.

Implementation

Future<void> update(PolygonAnnotation annotation) => impl.update(annotation);