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?)
Content copied to clipboard
Shows the compass on the map.
CompassSettingsBase
Link copied to clipboard
Abstract settings class for CompassPlugin.
CompassSettingsInterface
Link copied to clipboard
interface CompassSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for CompassPlugin.