-
Couldn't load subscription status.
- Fork 326
Comparison of route simulation features
Minh Nguyễn edited this page Jul 28, 2020
·
1 revision
| iOS Simulator | Xcode | Mapbox Navigation SDK | |
|---|---|---|---|
| Works in the iOS Simulator | ✅ | ✅ | ✅ |
| Works on a device | ❌ | ✅ | ✅ |
| Works without a debugger attached | ✅ | ❌ | ✅ |
| Compatible with Wormhole | ❌ | ✅ | ❌ |
| Can ship as part of an application | ❌ | ❌ | ✅ |
| Simulates user-defined routes | ❌ | ✅ | ✅ |
| Simulates going off route | ✅ | ✅ | ❌ |
| Simulates course changes | ❌ | ❌ | ✅ |
| Simulates variable speed | ❌ | ❌¹ | ✅ |
¹ Supposedly supported by specifying timestamps in the GPX file, but it doesn’t seem to work.