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
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

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 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

Whether contains mapbox privacy policy

Link copied to clipboard

Whether contains telemetry