Package com.mapbox.maps.plugin.logo

Types

LogoPlugin
Link copied to clipboard
interface LogoPlugin : ViewPlugin, LogoSettingsInterface
Presenter interface for the logo.
LogoView
Link copied to clipboard
interface LogoView
Interface for logo view.
LogoViewImpl
Link copied to clipboard
class LogoViewImpl : AppCompatImageView, LogoView
Concrete implementation of LogoView.
LogoViewPlugin
Link copied to clipboard
open class LogoViewPlugin(viewImplProvider: (Context) -> LogoViewImpl) : LogoSettingsBase, LogoPlugin
Concrete implementation of LogoViewPlugin.

Properties

logo
Link copied to clipboard
val MapPluginProviderDelegate.logo: LogoPlugin
Extension val for MapView to get the Logo View plugin instance.