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

Types

LogoSettings
Link copied to clipboard

Shows the Mapbox logo on the map.

data class LogoSettings @JvmOverloads() constructor(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