Skip to content

Instantly share code, notes, and snippets.

@1ec5
Last active July 28, 2020 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ec5/4fd57b314eec51d31199a491129b9788 to your computer and use it in GitHub Desktop.
Save 1ec5/4fd57b314eec51d31199a491129b9788 to your computer and use it in GitHub Desktop.
Comparison of route simulation features
Characteristic 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 I can’t get it to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment