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

Objective-C removal followups for navigation SDK compatibility #393

Merged
merged 21 commits into from
Dec 25, 2019

Commits on Dec 25, 2019

  1. Adding internal implementation layers and a private DirectionsError

    … protocol to allow for custom directions services to provide their own errors
    Jerrad Thramer authored and 1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    3675949 View commit details
    Browse the repository at this point in the history
  2. Making RouteResponse public so we can decode offline directions in na…

    …v-sdk
    Jerrad Thramer authored and 1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    e1a2d39 View commit details
    Browse the repository at this point in the history
  3. Going to need to take Lane public.

    Jerrad Thramer authored and 1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    56bf201 View commit details
    Browse the repository at this point in the history
  4. Revert "Going to need to take Lane public."

    This reverts commit 4858746.
    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    864743f View commit details
    Browse the repository at this point in the history
  5. Revert "Adding internal implementation layers and a private `Directio…

    …nsError` protocol to allow for custom directions services to provide their own errors"
    
    This reverts commit 110566d.
    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    e287b4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    723ca65 View commit details
    Browse the repository at this point in the history
  7. Made Match and Route equatable

    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    4e5162b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    991a159 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    051c3cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    762a6c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b76d0e View commit details
    Browse the repository at this point in the history
  12. Added route initializers

    Also reshuffled RouteStep a bit.
    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    67f1e29 View commit details
    Browse the repository at this point in the history
  13. Test route, match creation

    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    c16acf2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99f6e77 View commit details
    Browse the repository at this point in the history
  15. Fixed intersection round-tripping

    Also made approachIndex and outletIndex optional instead of setting them to −1 at the route endpoints.
    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    222551c View commit details
    Browse the repository at this point in the history
  16. Fixed route round-tripping

    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    6d67687 View commit details
    Browse the repository at this point in the history
  17. Fixed round-tripping of option sets

    Splitting an empty string results in an array containing an empty string.
    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    d908928 View commit details
    Browse the repository at this point in the history
  18. Test polyline 6 encoding

    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    dc188de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1fd6d32 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e556d6e View commit details
    Browse the repository at this point in the history
  21. Updated changelog

    1ec5 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    472cbce View commit details
    Browse the repository at this point in the history