createPolygonAnnotationManager abstract method

Future<PolygonAnnotationManagerPlatformInterface> createPolygonAnnotationManager({
  1. String? id,
  2. String? below,
})

Creates a PolygonAnnotationManager for polygon (fill) annotations.

Implementation

Future<PolygonAnnotationManagerPlatformInterface>
createPolygonAnnotationManager({String? id, String? below});