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