Options
Builder to configure using an AttributionParser.
AttributionData, set with .withAttributionData, is the only required property to build the underlying AttributionParser. Other properties include trimming the copyright sign, adding telemetry attribution or hiding attribution as improve this map and Mapbox.
Constructors
Functions
build
Link copied to clipboard
equals
Link copied to clipboard
withAttributionData
Link copied to clipboard
fun withAttributionData(vararg attributionData: Array<out String>): AttributionParser.Options
Content copied to clipboard
withCopyrightSign
Link copied to clipboard
fun withCopyrightSign(withCopyrightSign: Boolean): AttributionParser.Options
Content copied to clipboard
withImproveMap
Link copied to clipboard
withMapboxAttribution
Link copied to clipboard
fun withMapboxAttribution(withMapboxAttribution: Boolean): AttributionParser.Options
Content copied to clipboard
withTelemetryAttribution
Link copied to clipboard
fun withTelemetryAttribution(withTelemetryAttribution: Boolean): AttributionParser.Options
Content copied to clipboard