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

Types

CompassSettings
Link copied to clipboard

Shows the compass on the map.

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?)
CompassSettingsBase
Link copied to clipboard

Abstract settings class for CompassPlugin.

This abstract class exposes all the required public APIs to configure the CompassPlugin.

abstract class CompassSettingsBase : CompassSettingsInterface
CompassSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for CompassPlugin.

interface CompassSettingsInterface