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