create method
- PolygonAnnotationOptions annotation
Create a new annotation with the option.
Implementation
Future<PolygonAnnotation> create(PolygonAnnotationOptions annotation) =>
impl.create(annotation);
Create a new annotation with the option.
Future<PolygonAnnotation> create(PolygonAnnotationOptions annotation) =>
impl.create(annotation);