NavigationStyle

constructor(radiusMeter: Double? = 5.0, strokeWidthMeter: Double? = 0.3, stroke: String? = "#4965E7", strokeOpacity: Double? = 1.0, strokeLinecap: String? = "round", strokeLinejoin: String? = "round", jumpColor: String? = "#4965E7", jumpOpacity: Double? = 1.0, jumpRadiusMeter: Double? = 0.4, animationTime: Double? = 0.0, iconSource: String? = null, iconDestination: String? = null, velocityOptions: MutableMap<String, Double> = mutableMapOf("foot" to 4.0, "bike" to 10.0, "pushScooter" to 10.0), navigationStep: Double? = 1.5, autoZoom: Boolean? = true, showVoronoy: Boolean? = false)