Location Component Settings2
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.
Constructors
LocationComponentSettings2
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(showAccuracyRing: Boolean = false, accuracyRingColor: Int = Color.parseColor("#4d89cff0"), accuracyRingBorderColor: Int = Color.parseColor("#4d89cff0"), puckBearingEnabled: Boolean = true, puckBearingSource: PuckBearingSource = PuckBearingSource.HEADING): LocationComponentSettings2
Content copied to clipboard
Properties
accuracyRingBorderColor
Link copied to clipboard
The color of the accuracy ring border.
accuracyRingColor
Link copied to clipboard
The color of the accuracy ring.
puckBearingEnabled
Link copied to clipboard
Whether the puck rotates to track the bearing source.
puckBearingSource
Link copied to clipboard
The enum controls how the puck is oriented
showAccuracyRing
Link copied to clipboard
Whether show accuracy ring with location puck.