mapbox / mapbox-directions-swift

Traffic-aware directions and map matching in Swift on iOS, macOS, tvOS, watchOS, and Linux
https://www.mapbox.com/navigation/
ISC License
178 stars 87 forks source link

Add ic and jct information to the intersection #799

Closed kried closed 1 year ago

kried commented 1 year ago

Added IC and JCT information to Intersection. Feature parity with Android.

codecov[bot] commented 1 year ago

Codecov Report

Merging #799 (2e86464) into main (181580f) will increase coverage by 0.01%. The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #799      +/-   ##
==========================================
+ Coverage   84.25%   84.26%   +0.01%     
==========================================
  Files          57       59       +2     
  Lines        4872     4888      +16     
==========================================
+ Hits         4105     4119      +14     
- Misses        767      769       +2     
Impacted Files Coverage Δ
Sources/MapboxDirections/Intersection.swift 86.12% <76.92%> (-0.27%) :arrow_down:
Sources/MapboxDirections/Interchange.swift 100.00% <100.00%> (ø)
Sources/MapboxDirections/Junction.swift 100.00% <100.00%> (ø)