AttributionParserConfig

class AttributionParserConfig @JvmOverloads constructor(var withImproveMap: Boolean = true, var withCopyrightSign: Boolean = true, var withTelemetryAttribution: Boolean = true, var withMapboxAttribution: Boolean = true, var withMapboxPrivacyPolicy: Boolean = true)

Config class for Attribution

Constructors

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

Properties

Link copied to clipboard

Whether contains copyright sign

Link copied to clipboard

Whether contains improve map attribution

Link copied to clipboard

Whether contains mapbox attribution

Link copied to clipboard

Whether contains mapbox privacy policy

Link copied to clipboard

Whether contains telemetry