Package com.mapbox.maps.plugin.locationcomponent.generated

Types

LocationComponentSettings
Link copied to clipboard
data class LocationComponentSettings @JvmOverloads constructor(enabled: Boolean, pulsingEnabled: Boolean, pulsingColor: Int, pulsingMaxRadius: Float, layerAbove: String?, layerBelow: String?, locationPuck: LocationPuck)

Shows a location puck on the map.

LocationComponentSettings2
Link copied to clipboard
data class LocationComponentSettings2 @JvmOverloads constructor(showAccuracyRing: Boolean, accuracyRingColor: Int, accuracyRingBorderColor: Int, puckBearingEnabled: Boolean, puckBearingSource: PuckBearingSource)

Shows a location puck on the map.

LocationComponentSettingsBase
Link copied to clipboard
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface

Abstract settings class for LocationComponentPlugin.

LocationComponentSettingsBase2
Link copied to clipboard

Abstract settings class for LocationComponentPlugin.

LocationComponentSettingsInterface
Link copied to clipboard
interface LocationComponentSettingsInterface

Interface that defines the public settings interface for LocationComponentPlugin.

LocationComponentSettingsInterface2
Link copied to clipboard

Interface that defines the public settings interface for LocationComponentPlugin.