create method

Create a new annotation with the option.

Implementation

Future<PointAnnotation> create(PointAnnotationOptions annotation) =>
    messager.create(id, annotation);