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

Types

CompassAttributeParser
Link copied to clipboard

Utility class for parsing AttributeSet to CompassSettings.

object CompassAttributeParser
CompassSettings
Link copied to clipboard

Shows the compass on the map.

data class CompassSettings(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