Annotation Source Options
Configure class for composing GeoJsonSource objects that included in Annotation
data class AnnotationSourceOptions(maxZoom: Long?, buffer: Long?, lineMetrics: Boolean?, tolerance: Double?, clusterOptions: ClusterOptions?)
Content copied to clipboard
See also
Constructors
AnnotationSourceOptions
Link copied to clipboard
fun AnnotationSourceOptions(maxZoom: Long?, buffer: Long?, lineMetrics: Boolean?, tolerance: Double?, clusterOptions: ClusterOptions?)
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?, buffer: Long?, lineMetrics: Boolean?, tolerance: Double?, clusterOptions: ClusterOptions?): AnnotationSourceOptions
Content copied to clipboard
equals
Link copied to clipboard
Properties
buffer
Link copied to clipboard
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. This is required for line layers that specify line-gradient
values.
maxZoom
Link copied to clipboard