Package com. mapbox. maps. plugin. compass
Types
Compass Plugin
Link copied to clipboard
interface CompassPlugin : ViewPlugin, MapCameraPlugin, LifecyclePlugin, CompassSettingsInterface
Content copied to clipboard
Presenter interface for the Compass.
Compass View
Link copied to clipboard
interface CompassView
Content copied to clipboard
Interface for compass view.
Compass View Impl
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.
Compass View Plugin
Link copied to clipboard
open class CompassViewPlugin(viewImplProvider: (Context) -> CompassViewImpl, fadeAnimator: ValueAnimator, mainHandler: Handler) : CompassSettingsBase, CompassPlugin
Content copied to clipboard
Concrete implementation of CompassPlugin.
On Compass Click Listener
Link copied to clipboard
fun interface OnCompassClickListener
Content copied to clipboard
Listener to get OnClick event on the view.
Properties
compass
Link copied to clipboard