Package com. mapbox. maps. plugin. compass. generated
Types
Compass Settings
Link copied to clipboard
data class CompassSettings @JvmOverloads constructor(enabled: Boolean, position: Int, marginLeft: Float, marginTop: Float, marginRight: Float, marginBottom: Float, opacity: Float, rotation: Float, visibility: Boolean, fadeWhenFacingNorth: Boolean, clickable: Boolean, image: Drawable?)
Content copied to clipboard
Shows the compass on the map.
Compass Settings Base
Link copied to clipboard
Abstract settings class for CompassPlugin.
Compass Settings Interface
Link copied to clipboard
interface CompassSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for CompassPlugin.