Package com.mapbox.maps.plugin.attribution.generated

Types

AttributionSettings
Link copied to clipboard

Shows the attribution icon on the map.

data class AttributionSettings @JvmOverloads() constructor(enabled: Boolean, iconColor: Int, position: Int, marginLeft: Float, marginTop: Float, marginRight: Float, marginBottom: Float, clickable: Boolean)
AttributionSettingsBase
Link copied to clipboard

Abstract settings class for AttributionPlugin.

This abstract class exposes all the required public APIs to configure the AttributionPlugin.

abstract class AttributionSettingsBase : AttributionSettingsInterface
AttributionSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for AttributionPlugin.

interface AttributionSettingsInterface