AttributionParserConfig

class AttributionParserConfig @JvmOverloads() constructor(withImproveMap: Boolean, withCopyrightSign: Boolean, withTelemetryAttribution: Boolean, withMapboxAttribution: Boolean)

Config class for Attribution

Constructors

AttributionParserConfig
Link copied to clipboard
fun AttributionParserConfig(withImproveMap: Boolean = true, withCopyrightSign: Boolean = true, withTelemetryAttribution: Boolean = true, withMapboxAttribution: Boolean = true)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

withCopyrightSign
Link copied to clipboard
var withCopyrightSign: Boolean = true
Whether contains copyright sign
withImproveMap
Link copied to clipboard
var withImproveMap: Boolean = true
Whether contains improve map attribution
withMapboxAttribution
Link copied to clipboard
var withMapboxAttribution: Boolean = true
Whether contains mapbox attribution
withTelemetryAttribution
Link copied to clipboard
var withTelemetryAttribution: Boolean = true
Whether contains telemetry