MTPointLayerOptions
@Serializable
Options for building a point visualization layer through the helper.
This mirrors the available configuration including common shape options.
Constructors
constructor(data: String, layerId: String? = null, sourceId: String? = null, beforeId: String? = null, minzoom: Double? = null, maxzoom: Double? = null, outline: Boolean? = null, outlineColor: String? = null, outlineWidth: Double? = null, outlineOpacity: Double? = null, pointColor: String? = null, pointColorRamp: MTColorRamp? = null, pointRadius: Double? = null, minPointRadius: Double? = null, maxPointRadius: Double? = null, property: String? = null, pointOpacity: Double? = null, alignOnViewport: Boolean? = null, cluster: Boolean? = null, showLabel: Boolean? = null, labelColor: String? = null, labelSize: Double? = null, zoomCompensation: Boolean? = null)
constructor(data: String, layerId: String? = null, sourceId: String? = null, beforeId: String? = null, minzoom: Double? = null, maxzoom: Double? = null, outline: Boolean? = null, outlineColor: MTStringOrZoomStringValues? = null, outlineWidth: MTNumberOrZoomNumberValues? = null, outlineOpacity: MTNumberOrZoomNumberValues? = null, pointColor: MTColorValue? = null, pointColorRamp: MTColorRamp? = null, pointRadius: MTNumberOrZoomNumberValues? = null, minPointRadius: Double? = null, maxPointRadius: Double? = null, property: String? = null, pointOpacity: MTNumberOrZoomNumberValues? = null, alignOnViewport: Boolean? = null, cluster: Boolean? = null, showLabel: Boolean? = null, labelColor: MTColorValue? = null, labelSize: Double? = null, zoomCompensation: Boolean? = null)