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

Routing tile API v2 #481

Open
1ec5 opened this issue Nov 2, 2020 · 0 comments
Open

Routing tile API v2 #481

1ec5 opened this issue Nov 2, 2020 · 0 comments
Labels
Core jira-sync-complete op-ex Refactoring, Tech Debt or any other operational excellence work. platform parity

Comments

@1ec5
Copy link
Contributor

1ec5 commented Nov 2, 2020

There’s a new version of the routing tile API that has a slightly different request URL format:

  • v1: /route-tile/v1/{tile}.gph?version=YYYY_MM_DD-HH-MM-SS
  • v2: /route-tile/v2/{account}/{profile}/{tile_version}/{tile_id} where tile_version is in the format YYYY_MM_DD-HH-MM-SS and tile_id is in the format X/XXX/XXX/XXX

Directions.availableVersionsURL and Directions.tilesURL(for:version:) need to be updated to support this new request format, along with any changes to the response format.

/cc @mapbox/navigation-ios @kshehadeh

@1ec5 1ec5 added platform parity op-ex Refactoring, Tech Debt or any other operational excellence work. labels Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core jira-sync-complete op-ex Refactoring, Tech Debt or any other operational excellence work. platform parity
Projects
None yet
Development

No branches or pull requests

2 participants