Routing tile API v2 #481
Labels
Core
jira-sync-complete
op-ex
Refactoring, Tech Debt or any other operational excellence work.
platform parity
There’s a new version of the routing tile API that has a slightly different request URL format:
/route-tile/v1/{tile}.gph?version=YYYY_MM_DD-HH-MM-SS
/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/XXXDirections.availableVersionsURL
andDirections.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
The text was updated successfully, but these errors were encountered: