Package com. mapbox. maps. plugin. locationcomponent. generated
Types
Location Component Settings
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
Shows a location puck on the map.
Location Component Settings2
Link copied to clipboard
data class LocationComponentSettings2 @JvmOverloads constructor(showAccuracyRing: Boolean, accuracyRingColor: Int, accuracyRingBorderColor: Int, puckBearingEnabled: Boolean, puckBearingSource: PuckBearingSource)
Content copied to clipboard
Shows a location puck on the map.
Location Component Settings Base
Link copied to clipboard
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
Location Component Settings Base2
Link copied to clipboard
abstract class LocationComponentSettingsBase2 : LocationComponentSettingsBase, LocationComponentSettingsInterface2
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
Location Component Settings Interface
Link copied to clipboard
interface LocationComponentSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for LocationComponentPlugin.
Location Component Settings Interface2
Link copied to clipboard
interface LocationComponentSettingsInterface2 : LocationComponentSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for LocationComponentPlugin.