Package com.mapbox.maps.plugin.attribution
Types
Attribution
Link copied to clipboard
Attribution model class.
AttributionDialogManager
Link copied to clipboard
interface AttributionDialogManager
Content copied to clipboard
Interface for attribution dialog manager. This interface can be used to implement your own AttributionDialogManager to replace the default attribution dialog.
AttributionDialogManagerImpl
Link copied to clipboard
class AttributionDialogManagerImpl(context: Context) : AttributionDialogManager, DialogInterface.OnClickListener
Content copied to clipboard
Responsible for managing attribution interactions on the map.
AttributionParserConfig
Link copied to clipboard
class AttributionParserConfig @JvmOverloads constructor(withImproveMap: Boolean, withCopyrightSign: Boolean, withTelemetryAttribution: Boolean, withMapboxAttribution: Boolean)
Content copied to clipboard
Config class for Attribution
AttributionPlugin
Link copied to clipboard
interface AttributionPlugin : ViewPlugin, LifecyclePlugin, AttributionSettingsInterface
Content copied to clipboard
Presenter interface for the attribution.
AttributionView
Link copied to clipboard
interface AttributionView
Content copied to clipboard
Interface for attribution view.
AttributionViewImpl
Link copied to clipboard
class AttributionViewImpl @JvmOverloads constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView, AttributionView
Content copied to clipboard
Concrete implementation of AttributionView from AttributionContract.
AttributionViewPlugin
Link copied to clipboard
open class AttributionViewPlugin(viewImplProvider: (Context) -> AttributionViewImpl) : AttributionSettingsBase, AttributionPlugin, View.OnClickListener
Content copied to clipboard
Concrete implementation of AttributionViewPlugin.
OnAttributionClickListener
Link copied to clipboard
fun interface OnAttributionClickListener
Content copied to clipboard
Listener to get OnClick event on the view.