Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created January 26, 2017 12:39
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 here-devblog-gists/04bae44e50d2fb6703a7d939fcd1add1 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/04bae44e50d2fb6703a7d939fcd1add1 to your computer and use it in GitHub Desktop.
// set routing options - avoid some road types explicitly
let ro = NMARoutingOption.avoidTollRoad.rawValue | NMARoutingOption.avoidCarpool.rawValue |
NMARoutingOption.avoidBoatFerry.rawValue | NMARoutingOption.avoidDirtRoad.rawValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment