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