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)
Content copied to clipboard
LocationComponentSettings2
Link copied to clipboard
data class LocationComponentSettings2 @JvmOverloads() constructor(showAccuracyRing: Boolean, accuracyRingColor: Int, accuracyRingBorderColor: Int, puckBearingEnabled: Boolean, puckBearingSource: PuckBearingSource)
Content copied to clipboard
LocationComponentSettingsBase
Link copied to clipboard
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Content copied to clipboard
LocationComponentSettingsBase2
Link copied to clipboard
abstract class LocationComponentSettingsBase2 : LocationComponentSettingsBase, LocationComponentSettingsInterface2
Content copied to clipboard
LocationComponentSettingsInterface
Link copied to clipboard
interface LocationComponentSettingsInterface
Content copied to clipboard
LocationComponentSettingsInterface2
Link copied to clipboard
interface LocationComponentSettingsInterface2 : LocationComponentSettingsInterface
Content copied to clipboard