Skip to content

v3.8.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@volkdmitri volkdmitri released this 20 Mar 18:50
· 140 commits to main since this release

Packaging

Other changes

  • Fixed the crash on RouteOptions initialization with url query items with invalid target coordinates parameters set. The failure pattern is:
    • Use the RouteOptions.init(waypoints:profileIdentifier:queryItems:) initializer.
    • Build options with wayipoints treated as a stops. More information here: Silent waypoints
    • Provide optional parameter waypoint_targets query item with empty data for at least one waypoint. It may look like this: waypoint_targets=;-86.790838,36.152884. More information here: Optional parameters