createDisabledJamStyle static method
Creates a disabled traffic jams style. Colors : Blocked : 0x909090ff, Free : 0x909090ff, Hard : 0x909090ff, Light : 0x909090ff, Unknown : 0x909090ff, VeryHard : 0x909090ff
Implementation
static mapkit_navigation_jam_style.JamStyle createDisabledJamStyle() {
return _createDisabledJamStyle();
}