getAnnotationManager

Get an annotation manger

Return

the annotation manger

Parameters

belowLayerId

the id of the layer above the annotation layer

scrollX

the scrolled left position of mapView

scrollY

the scrolled top position of mapView

type

the type of annotation manger

abstract fun getAnnotationManager(type: AnnotationType, belowLayerId: String?, scrollX: Int, scrollY: Int): AnnotationManager<*, *, *, *, *, *>