Attribution Plugin
interface AttributionPlugin : ViewPlugin, LifecyclePlugin, AttributionSettingsInterface
Content copied to clipboard
Presenter interface for the attribution.
Functions
bind
Link copied to clipboard
abstract fun bind(mapView: FrameLayout, attrs: AttributeSet?, pixelRatio: Float): View
Content copied to clipboard
Bind a view instance
get Map Attribution Delegate
Link copied to clipboard
Get the instance of MapAttributionDelegate
get Settings
Link copied to clipboard
Get current attribution configuration.
initialize
Link copied to clipboard
open fun initialize()
Content copied to clipboard
Called when the plugin is first added to the map.
on Delegate Provider
Link copied to clipboard
Provides all map delegate instances.
on Plugin View
Link copied to clipboard
Provides a view instances returned in inflate after it's been added to the MapView.
set Custom Attribution Dialog Manager
Link copied to clipboard
abstract fun setCustomAttributionDialogManager(dialogManager: AttributionDialogManager)
Content copied to clipboard
Set a custom AttributionDialogManager that is invoked when the attribution view is clicked.
update Settings
Link copied to clipboard
Update attribution configuration, the update will be applied to the plugin automatically.
Properties
marginBottom
Link copied to clipboard
marginLeft
Link copied to clipboard
marginRight
Link copied to clipboard
Inheritors
AttributionViewPlugin
Link copied to clipboard