-
-
Notifications
You must be signed in to change notification settings - Fork 35
Start & Stop Navigation in existing Map #54
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
48 commits
Select commit
Hold shift + click to select a range
62bb7e2
Add Example project
Patrick-Kladek db580a0
fix build
Patrick-Kladek ea7c5ed
add mapbox directions for calculating route
Patrick-Kladek ee9b0a3
allow to start navigation after init
Patrick-Kladek 1ff2c04
remove storyboard from example app
Patrick-Kladek aa13482
hide UI and show when navigation starts
Patrick-Kladek 202611d
hide UI on route canceled
Patrick-Kladek ef43ec6
correctly hide and show Controls with animation
Patrick-Kladek 22b9a30
hide course view when no view is assigned
Patrick-Kladek 2cbe904
hide resume button with rest of UI
Patrick-Kladek f08b1be
fix crash on end route
Patrick-Kladek 52b47f9
add delegate callback when navigation arrived at destination
Patrick-Kladek 6d88391
remove deprecated code (below iOS11)
Patrick-Kladek 4d3ef40
correctly show banner on second navigation
Patrick-Kladek 53aedb1
Remove Feedback form
Patrick-Kladek 08e39b2
remove route from NavigationViewController init
Patrick-Kladek bb87d68
add styleURL to NavigationViewController init
Patrick-Kladek 28d894c
add button to example to randomly position camera
Patrick-Kladek abf84ec
restore map after ending route
Patrick-Kladek 89dec63
whitespace changes
Patrick-Kladek 7254d13
Merge branch 'main' of https://github.com/maplibre/maplibre-navigatio…
Patrick-Kladek 72b55be
unify start and stop navigation method names
Patrick-Kladek cf1c944
remove external files
Patrick-Kladek eb6eeef
add button to start navigation
Patrick-Kladek ab6f05c
fix tests
Patrick-Kladek ce59d6f
make routeMapViewController non optional
Patrick-Kladek b89cecb
fix example
Patrick-Kladek 4435708
Merge branch 'main' of https://github.com/HudHud-Maps/maplibre-naviga…
Patrick-Kladek 8efe794
fix idleTimer disable & statusView for simulatedLocationManager speed…
Patrick-Kladek e064c96
add backwards compatibility
Patrick-Kladek 04e4fd4
fix tests
Patrick-Kladek 5c845cd
address PR comments
Patrick-Kladek 3dd0e4f
address PR comments
Patrick-Kladek fa8fbbc
improve documentation
Patrick-Kladek 39a388b
Add Changelog
Patrick-Kladek 7bf9be4
fix tests
Patrick-Kladek adc5d91
fix indent
Patrick-Kladek 20cd030
Update README.md
Patrick-Kladek fdad578
Update README.md
Patrick-Kladek 335688a
update readme
Patrick-Kladek 7a0d04e
remove duplicated changelog entry
Patrick-Kladek 1998d53
update readme
Patrick-Kladek 9cc42ff
Update README.md
Patrick-Kladek 0c6734e
clarify removal of delegate method
Patrick-Kladek b7a5429
Merge branch 'maplibre:main' into feature/example
Patrick-Kladek 529f315
Merge branch 'main' of https://github.com/HudHud-Maps/maplibre-naviga…
Patrick-Kladek fb2197a
forward mapView delegate methods
Patrick-Kladek 9ccb7b8
fix tests
Patrick-Kladek 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ iOSInjectionProject/ | |
Packages | ||
xcuserdata | ||
*.xcodeproj | ||
|
||
!Example/Example.xcodeproj | ||
|
||
### SwiftPM ### | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.swiftpm/xcode/xcshareddata/xcschemes/maplibre-navigation-ios.xcscheme
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.