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

Types

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

Shows the attribution icon on the map.

AttributionSettingsBase
Link copied to clipboard
abstract class AttributionSettingsBase : AttributionSettingsInterface

Abstract settings class for AttributionPlugin.

AttributionSettingsInterface
Link copied to clipboard
interface AttributionSettingsInterface

Interface that defines the public settings interface for AttributionPlugin.