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