Package com.mapbox.maps.plugin.compass

Types

CompassPlugin
Link copied to clipboard
Presenter interface for the Compass.
CompassView
Link copied to clipboard
interface CompassView
Interface for compass view.
CompassViewImpl
Link copied to clipboard
open class CompassViewImpl @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView, CompassView
Concrete implementation of CompassView.
CompassViewPlugin
Link copied to clipboard
open class CompassViewPlugin(viewImplProvider: (Context) -> CompassViewImpl, fadeAnimator: ValueAnimator, mainHandler: Handler) : CompassSettingsBase, CompassPlugin
Concrete implementation of CompassPlugin.
OnCompassClickListener
Link copied to clipboard
fun fun interface OnCompassClickListener
Listener to get OnClick event on the view.

Properties

compass
Link copied to clipboard
val MapPluginProviderDelegate.compass: CompassPlugin
Extension val for MapView to get the Compass View plugin instance.