Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created January 26, 2017 12:58
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/6588e778a0829fb8be8672fdcc2edd30 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/6588e778a0829fb8be8672fdcc2edd30 to your computer and use it in GitHub Desktop.
class MyGestureHandler: NSObject, NMAMapGestureDelegate {
var map: NMAMapView?
var cr: NMACoreRouter = NMACoreRouter()
var mapRoute: NMAMapRoute!
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment