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

Functions

getLogoPlugin
Link copied to clipboard

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

fun MapPluginProviderDelegate.getLogoPlugin(): LogoPlugin