Location Component Settings
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.
Constructors
LocationComponentSettings
Link copied to clipboard
fun LocationComponentSettings(enabled: Boolean = false, pulsingEnabled: Boolean = false, pulsingColor: Int = Color.parseColor("#4A90E2"), pulsingMaxRadius: Float = 10f, layerAbove: String? = null, layerBelow: String? = null, locationPuck: LocationPuck)
Content copied to clipboard
Properties
layerAbove
Link copied to clipboard
layerBelow
Link copied to clipboard
locationPuck
Link copied to clipboard
pulsingColor
Link copied to clipboard
pulsingEnabled
Link copied to clipboard
pulsingMaxRadius
Link copied to clipboard