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
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)
Content copied to clipboard
Shows a location puck on the map.
LocationComponentSettingsBase
Link copied to clipboard
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
LocationComponentSettingsBase2
Link copied to clipboard
abstract class LocationComponentSettingsBase2 : LocationComponentSettingsBase, LocationComponentSettingsInterface2
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
LocationComponentSettingsInterface
Link copied to clipboard
interface LocationComponentSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for LocationComponentPlugin.
LocationComponentSettingsInterface2
Link copied to clipboard
interface LocationComponentSettingsInterface2 : LocationComponentSettingsInterface
Content copied to clipboard
Interface that defines the public settings interface for LocationComponentPlugin.