create abstract method

Future<PointAnnotation> create(
  1. PointAnnotationOptions annotation
)

Create a new annotation with the option.

Implementation

Future<PointAnnotation> create(PointAnnotationOptions annotation);