create method

Create a new annotation with the option.

Implementation

Future<PolylineAnnotation> create(PolylineAnnotationOptions annotation) =>
    _annotationMessenger.create(id, annotation);