LogoSettingsInterface

Interface that defines the public settings interface for LogoPlugin.

interface LogoSettingsInterface

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getSettings
Link copied to clipboard

Get current logo configuration.

abstract fun getSettings(): LogoSettings
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
updateSettings
Link copied to clipboard

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

abstract fun updateSettings(block: LogoSettings.() -> Unit)

Properties

enabled
Link copied to clipboard

Whether the logo is visible on the map.

abstract var enabled: Boolean
marginBottom
Link copied to clipboard

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

abstract var marginBottom: Float
marginLeft
Link copied to clipboard

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

abstract var marginLeft: Float
marginRight
Link copied to clipboard

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

abstract var marginRight: Float
marginTop
Link copied to clipboard

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

abstract var marginTop: Float
position
Link copied to clipboard

Defines where the logo is positioned on the map

abstract var position: Int

Inheritors

LogoPlugin
Link copied to clipboard
LogoSettingsBase
Link copied to clipboard