Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ic and jct information to the intersection #799

Merged
merged 3 commits into from
Feb 16, 2023
Merged

Add ic and jct information to the intersection #799

merged 3 commits into from
Feb 16, 2023

Conversation

kried
Copy link
Contributor

@kried kried commented Feb 14, 2023

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

@kried kried self-assigned this Feb 14, 2023
@codecov
Copy link

codecov bot commented Feb 14, 2023

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%) ⬇️
Sources/MapboxDirections/Interchange.swift 100.00% <100.00%> (ø)
Sources/MapboxDirections/Junction.swift 100.00% <100.00%> (ø)

@@ -0,0 +1 @@
API breakage: constructor Intersection.init(location:headings:approachIndex:outletIndex:outletIndexes:approachLanes:usableApproachLanes:preferredApproachLanes:usableLaneIndication:outletRoadClasses:tollCollection:tunnelName:restStop:isUrban:regionCode:outletMapboxStreetsRoadClass:railroadCrossing:trafficSignal:stopSign:yieldSign:) has been removed
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request considers adding new parameters with a default value to the constructor of a struct as a breaking change.

@kried kried marked this pull request as ready for review February 14, 2023 17:41
@kried kried requested a review from a team February 15, 2023 11:45
@kried kried merged commit 8cbad92 into main Feb 16, 2023
@kried kried deleted the NAVIOS-846 branch February 16, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants