-
Notifications
You must be signed in to change notification settings - Fork 434
Add road-following routing to the maps API #5480
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
434533f
Add road-following routing to the maps API (#5478)
shai-almog ad93d43
Address review feedback on the routing API
shai-almog d7b4d09
Drop the unsound completion backstop from the routing request
shai-almog e6d5d9b
Raise IOException for malformed route entries instead of an unchecked…
shai-almog 514b886
Tighten routing error reporting, precision handling and OSRM mode docs
shai-almog dfd37f2
Drop the javadoc-only Polyline import from Routing
shai-almog 0f39d04
Harden the routing contracts against null callbacks and malformed input
shai-almog 4c28e4d
Frame bounds on native maps and guarantee routing callback delivery
shai-almog 83811d9
Report queue rejections through the callback; document the bounds wra…
shai-almog 89a5ec0
Center fitted bounds at the Mercator midpoint; reject empty route geo…
shai-almog 8f9bac6
Clamp latitudes to the Mercator limit and detach the progress listener
shai-almog b8ff6f8
Reject NaN coordinates and guard the whole service interaction
shai-almog 9469248
Name roundabout exits and make the callback wrapper thread-safe
shai-almog b3f865e
Handle roundabout turns, strict legs/steps, and degenerate fit bounds
shai-almog 8742ec0
Fit Apple bounds in the provider's zoom model; claim delivery before …
shai-almog ffa69e6
Add the standard license header to the Apple map provider template
shai-almog 2ac451c
Reject non-Route results and read MapKit state on the main thread
shai-almog 93b3f0f
Read the progress dispatcher into a local before firing
shai-almog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.