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

Types

AttributionAttributeParser
Link copied to clipboard

Utility class for parsing AttributeSet to AttributionSettings.

object AttributionAttributeParser
AttributionSettings
Link copied to clipboard

Shows the attribution icon on the map.

data class AttributionSettings(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