update method
- PointAnnotation annotation
Update an added annotation with new properties.
Implementation
Future<void> update(PointAnnotation annotation) => impl.update(annotation);
Update an added annotation with new properties.
Future<void> update(PointAnnotation annotation) => impl.update(annotation);