Package com.mapbox.maps.plugin.compass.generated

Types

CompassSettings
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?)

Shows the compass on the map.

CompassSettingsBase
Link copied to clipboard
abstract class CompassSettingsBase : CompassSettingsInterface

Abstract settings class for CompassPlugin.

CompassSettingsInterface
Link copied to clipboard
interface CompassSettingsInterface

Interface that defines the public settings interface for CompassPlugin.