LogoSettingsBase

abstract class LogoSettingsBase : LogoSettingsInterface

Abstract settings class for LogoPlugin.

This abstract class exposes all the required public APIs to configure the LogoPlugin.

Constructors

LogoSettingsBase
Link copied to clipboard
fun LogoSettingsBase()

Functions

getSettings
Link copied to clipboard
open override fun getSettings(): LogoSettings

Get current logo configuration.

updateSettings
Link copied to clipboard
open override fun updateSettings(block: LogoSettings.() -> Unit)

Update logo configuration, the update will be applied to the plugin automatically.

Properties

enabled
Link copied to clipboard
open override var enabled: Boolean

Whether the logo is visible on the map.

marginBottom
Link copied to clipboard
open override var marginBottom: Float

Defines the margin to the bottom that the attribution icon honors.

marginLeft
Link copied to clipboard
open override var marginLeft: Float

Defines the margin to the left that the attribution icon honors.

marginRight
Link copied to clipboard
open override var marginRight: Float

Defines the margin to the right that the attribution icon honors.

marginTop
Link copied to clipboard
open override var marginTop: Float

Defines the margin to the top that the attribution icon honors.

position
Link copied to clipboard
open override var position: Int

Defines where the logo is positioned on the map

Inheritors

LogoViewPlugin
Link copied to clipboard