create Annotation Manager
Content copied to clipboard
Create an annotation manager.
Return
annotation manager instance
Parameters
map View
The MapView instance.
type
annotation manager AnnotationType type
annotation Config
custom AnnotationConfig config, defaults to null
abstract fun createAnnotationManager(type: AnnotationType, annotationConfig: AnnotationConfig?): AnnotationManager<*, *, *, *, *, *, *>
Content copied to clipboard
Create an annotation manager.
Return
The created annotation manager
Parameters
type
The type of the created annotation manager
annotation Config
Default is null, used for some custom configs