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
fun LocationComponentSettings2(showAccuracyRing: Boolean = false, accuracyRingColor: Int = Color.parseColor("#4d89cff0"), accuracyRingBorderColor: Int = Color.parseColor("#4d89cff0"), puckBearingEnabled: Boolean = true, puckBearingSource: PuckBearingSource = PuckBearingSource.HEADING)
Content copied to clipboard
Properties
accuracyRingBorderColor
Link copied to clipboard
accuracyRingColor
Link copied to clipboard
puckBearingEnabled
Link copied to clipboard
puckBearingSource
Link copied to clipboard
showAccuracyRing
Link copied to clipboard