Package-level declarations
Types
Link copied to clipboard
Attribution model class.
Link copied to clipboard
interface AttributionDialogManager
Interface for attribution dialog manager. This interface can be used to implement your own AttributionDialogManager to replace the default attribution dialog.
Link copied to clipboard
class AttributionDialogManagerImpl(context: Context) : AttributionDialogManager, DialogInterface.OnClickListener
Responsible for managing attribution interactions on the map.
Link copied to clipboard
class AttributionParserConfig @JvmOverloads constructor(var withImproveMap: Boolean = true, var withCopyrightSign: Boolean = true, var withTelemetryAttribution: Boolean = true, var withMapboxAttribution: Boolean = true, var withMapboxPrivacyPolicy: Boolean = true)
Config class for Attribution
Link copied to clipboard
Presenter interface for the attribution.
Link copied to clipboard
interface AttributionView
Interface for attribution view.
Link copied to clipboard
class AttributionViewImpl @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatImageView, AttributionView
Concrete implementation of AttributionView from AttributionContract.
Link copied to clipboard
Listener to get OnClick event on the view.