createPointAnnotationManager abstract method
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,
});