Package com. mapbox. maps. plugin. attribution
Types
Attribution
Link copied to clipboard
Attribution model class.
Attribution Dialog Manager
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.
Attribution Dialog Manager Impl
Link copied to clipboard
class AttributionDialogManagerImpl(context: Context) : AttributionDialogManager, DialogInterface.OnClickListener
Content copied to clipboard
Responsible for managing attribution interactions on the map.
Attribution Parser Config
Link copied to clipboard
class AttributionParserConfig @JvmOverloads constructor(withImproveMap: Boolean, withCopyrightSign: Boolean, withTelemetryAttribution: Boolean, withMapboxAttribution: Boolean, withMapboxPrivacyPolicy: Boolean)
Content copied to clipboard
Config class for Attribution
Attribution Plugin
Link copied to clipboard
interface AttributionPlugin : ViewPlugin, LifecyclePlugin, AttributionSettingsInterface
Content copied to clipboard
Presenter interface for the attribution.
Attribution View
Link copied to clipboard
interface AttributionView
Content copied to clipboard
Interface for attribution view.
Attribution View Impl
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.
Attribution View Plugin
Link copied to clipboard
open class AttributionViewPlugin(viewImplProvider: (Context) -> AttributionViewImpl) : AttributionSettingsBase, AttributionPlugin, View.OnClickListener
Content copied to clipboard
Concrete implementation of AttributionViewPlugin.
On Attribution Click Listener
Link copied to clipboard
fun interface OnAttributionClickListener
Content copied to clipboard
Listener to get OnClick event on the view.
Properties
attribution
Link copied to clipboard