Package com.mapbox.maps.plugin.logo.generated

Types

LogoAttributeParser
Link copied to clipboard

Utility class for parsing AttributeSet to LogoSettings.

object LogoAttributeParser
LogoSettings
Link copied to clipboard

Shows the Mapbox logo on the map.

data class LogoSettings(enabled: Boolean, position: Int, marginLeft: Float, marginTop: Float, marginRight: Float, marginBottom: Float)
LogoSettingsBase
Link copied to clipboard

Abstract settings class for LogoPlugin.

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

abstract class LogoSettingsBase : LogoSettingsInterface
LogoSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for LogoPlugin.

interface LogoSettingsInterface