createPointAnnotationManager abstract method

Future<PointAnnotationManagerPlatformInterface> createPointAnnotationManager({
  1. String? id,
  2. String? below,
})

Creates a PointAnnotationManager for point annotations.

id — optional layer/source identifier. below — optional id of the layer above which the annotation layer is placed.

Implementation

Future<PointAnnotationManagerPlatformInterface> createPointAnnotationManager({
  String? id,
  String? below,
});