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, var withMapboxGeofencingConsent: Boolean = true)

Config class for Attribution

Constructors

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

Properties

Link copied to clipboard
var withCopyrightSign: Boolean = true

Whether contains copyright sign

Link copied to clipboard
var withImproveMap: Boolean = true

Whether contains improve map attribution

Link copied to clipboard
var withMapboxAttribution: Boolean = true

Whether contains mapbox attribution

Link copied to clipboard

Whether to show Geofencing entry. Note that the entry will be shown only if the Geofencing is currently active or the user has previously opted out.

Link copied to clipboard
var withMapboxPrivacyPolicy: Boolean = true

Whether contains mapbox privacy policy

Link copied to clipboard
var withTelemetryAttribution: Boolean = true

Whether contains telemetry