Skip to content

v1.2.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Udumft Udumft released this 25 Nov 13:00
· 318 commits to main since this release
4184df3

Changes since v1.2.0-alpha.1:

  • The CongestionLevel enumeration now conforms to the CaseIterable protocol. (#500)
  • Refined encoding/decoding logic for AdministrativeRegions by Leg and Intersection (#485). Added few properties for convenience access:
    • Intersection.regionCode - A 2-letter region code to identify corresponding country that this intersection lies in.
    • RouteLeg.regionCode(atStepIndex:, intersectionIndex:) - Returns the ISO 3166-1 alpha-2 region code for the administrative region through which the given intersection passes.
  • Added RouteStep.segmentIndicesByIntersection for navigating Intersections segments along the step; (#490)