Logo
            open class LogoViewPlugin(viewImplProvider: (Context) -> LogoViewImpl) : LogoSettingsBase, LogoPlugin
Content copied to clipboard
Concrete implementation of LogoViewPlugin.
Constructors
LogoViewPlugin
                          
                    Link copied to clipboard
                        fun LogoViewPlugin(viewImplProvider: (Context) -> LogoViewImpl = { LogoViewImpl(it) })
Content copied to clipboard
Functions
bind
                          
                    Link copied to clipboard
                        open override fun bind(mapView: FrameLayout, attrs: AttributeSet?, pixelRatio: Float): View
Content copied to clipboard
Bind the ViewPlugin with current map context. This will create a View that will be added to the MapView.
get
                    Link copied to clipboard
                        initialize
                          
                    Link copied to clipboard
                        open override fun initialize()
Content copied to clipboard
Called when the plugin is first added to the map.
on
                    Link copied to clipboard
                        on
                    Link copied to clipboard
                        Provides a view instances returned in bind after it's been added to the MapView.
update
                    Link copied to clipboard
                        Properties
marginBottom
                          
                    
                  Link copied to clipboard
                        marginLeft
                          
                    
                  Link copied to clipboard
                        marginRight
                          
                    
                  Link copied to clipboard