Skip to content

Releases: mapbox/mapbox-directions-swift

v0.14.0

01 Dec 18:59
d9eb04c
Compare
Choose a tag to compare

Changes since v0.13.0:

  • Added a RouteOption.roadClassesToAvoid property that avoids toll roads, motorways, or ferries. (#180)
  • The return value of Directions.calculate(_:completionHandler:) can be implicitly discarded. (#209)

Documentation is available online or within Xcode.

v0.13.0

20 Nov 19:16
11313a6
Compare
Choose a tag to compare

Changes since v0.12.1:

  • Upgrades the project to Swift 4. A final Swift 3.2 version is v0.12.1 and is also available on the branch swift3.2. #196

Documentation is available online or within Xcode.

v0.12.1

10 Nov 19:20
Compare
Choose a tag to compare

Changes since v0.12.0:

  • Fixed an issue preventing Route objects archived prior to v0.12.0 from unarchiving. (#204)

Documentation is available online or within Xcode.

v0.12.0

09 Nov 19:36
Compare
Choose a tag to compare

Changes since v0.11.2:

  • The RouteOptions.locale property now defaults to the current system locale and is no longer optional in Swift or nullable in Objective-C. (#202)
  • The RouteOptions class now conforms to the NSCopying protocol. (#200)
  • Fixed an issue preventing the RouteOptions.distanceMeasurementSystem property from round-tripping after the RouteOptions object is encoded and decoded. (#200)
  • Clarified the factors that may affect the RouteStep.expectedTravelTime property’s accuracy. (#193)

Documentation is available online or within Xcode.

v0.11.2

13 Oct 15:40
Compare
Choose a tag to compare

Changes since v0.11.1:

  • Changes RouteOptions.includesVoiceInstructions to RouteOptions. includesSpokenInstructions

Documentation is available online or within Xcode.

v0.11.1

11 Oct 19:50
Compare
Choose a tag to compare

Changes since v0.11.0:

  • Fixes a bug when decoding a Route, if the route did not include a locale option, it would fail. #187

Documentation is available online or within Xcode.

v0.11.0

10 Oct 19:08
Compare
Choose a tag to compare

Changes since v0.10.6:

  • Added instructionsSpokenAlongStep to RouteOptions. This can be used for getting voice instructions for a RouteStep #175
  • Added locale to RouteOptions. This can be used for setting the language settings for instructions on a RouteStep. #176

Documentation is available online or within Xcode.

v0.10.6

29 Sep 22:04
Compare
Choose a tag to compare

Changes since v0.10.5:

  • Fixed build errors in Xcode 9. (#183)

Documentation is available online or within Xcode.

v0.10.5

18 Sep 20:55
Compare
Choose a tag to compare

Changes since v0.10.4:

  • Added RouteStep.phoneticNames and RouteStep.phoneticExitNames for providing speech synthesizers with accurate road name pronunciation data. (#174)

v0.10.4

12 Sep 15:24
Compare
Choose a tag to compare

Changes since v0.10.3:

  • Added a RouteShapeFormat.polyline6 option for enhanced route line precision. (#167)
  • Added a RouteOptions.includeExitRoundaboutManeuver option to get separate steps for entering and exiting each roundabout. (#168, #169)

Documentation is available online or within Xcode.