Annotation Config
data class AnnotationConfig @JvmOverloads constructor(val belowLayerId: String? = null, val layerId: String? = null, val sourceId: String? = null, val annotationSourceOptions: AnnotationSourceOptions? = null)
Config class for annotation plugin to get the annotation manager
Constructors
Link copied to clipboard
fun AnnotationConfig(belowLayerId: String? = null, layerId: String? = null, sourceId: String? = null, annotationSourceOptions: AnnotationSourceOptions? = null)