Package com.mapbox.maps.plugin.logo

Types

LogoPlugin
Link copied to clipboard

Presenter interface for the logo.

interface LogoPlugin : ViewPlugin, LogoSettingsInterface
LogoView
Link copied to clipboard

Interface for logo view.

The logo view implementation class should implement both the LogoView interface and a View class (e.g ImageView).

interface LogoView
LogoViewImpl
Link copied to clipboard

Concrete implementation of LogoView.

class LogoViewImpl : AppCompatImageView, LogoView
LogoViewPlugin
Link copied to clipboard

Concrete implementation of LogoViewPlugin.

open class LogoViewPlugin(viewImplProvider: (Context) -> LogoViewImpl) : LogoSettingsBase, LogoPlugin

Properties

logo
Link copied to clipboard

Extension val for MapView to get the Logo View plugin instance.

val MapPluginProviderDelegate.logo: LogoPlugin