Annotation Source Options
data class AnnotationSourceOptions @JvmOverloads() constructor(maxZoom: Long?, buffer: Long?, lineMetrics: Boolean?, tolerance: Double?, clusterOptions: ClusterOptions?)
Content copied to clipboard
Configure class for composing GeoJsonSource objects that included in Annotation
See also
Constructors
AnnotationSourceOptions
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(maxZoom: Long? = null, buffer: Long? = null, lineMetrics: Boolean? = null, tolerance: Double? = null, clusterOptions: ClusterOptions? = null): AnnotationSourceOptions
Content copied to clipboard
Properties
clusterOptions
Link copied to clipboard
Options to show and configure symbol clustering with using SymbolManager.
lineMetrics
Link copied to clipboard
Whether to calculate line distance metrics.