create method
- PointAnnotationOptions annotation
Create a new annotation with the option.
Implementation
Future<PointAnnotation> create(PointAnnotationOptions annotation) =>
messenger.create(id, annotation);
Create a new annotation with the option.
Future<PointAnnotation> create(PointAnnotationOptions annotation) =>
messenger.create(id, annotation);