create method

Future<PolygonAnnotation> create(
  1. PolygonAnnotationOptions annotation
)

Create a new annotation with the option.

Implementation

Future<PolygonAnnotation> create(PolygonAnnotationOptions annotation) =>
    _annotationMessenger.create(id, annotation);