LogoSettingsBase

Abstract settings class for LogoPlugin.

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

abstract class LogoSettingsBase : LogoSettingsInterface

Constructors

LogoSettingsBase
Link copied to clipboard
fun LogoSettingsBase()

Functions

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

Get current logo configuration.

open override 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.

open override fun updateSettings(block: LogoSettings.() -> Unit)

Properties

enabled
Link copied to clipboard

Whether the logo is visible on the map.

open override var enabled: Boolean
marginBottom
Link copied to clipboard

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

open override var marginBottom: Float
marginLeft
Link copied to clipboard

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

open override var marginLeft: Float
marginRight
Link copied to clipboard

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

open override var marginRight: Float
marginTop
Link copied to clipboard

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

open override var marginTop: Float
position
Link copied to clipboard

Defines where the logo is positioned on the map

open override var position: Int

Inheritors

LogoViewPlugin
Link copied to clipboard