Skip to content

Instantly share code, notes, and snippets.

@morganherlocker
Last active August 29, 2015 14:25
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 morganherlocker/43dd4170379ddfab5f13 to your computer and use it in GitHub Desktop.
Save morganherlocker/43dd4170379ddfab5f13 to your computer and use it in GitHub Desktop.

``

Matches given coordinates to the road network

Parameters

  • loc [String] Location of the point. (optional, default 52.542648,13.393252)
  • t [String] Timestamp of the preceding point. (optional, default 1424684612)
  • geometry [Boolean] Return route geometry. (optional, default true)
  • classify [Boolean] Return a confidence value for this matching. (optional, default false)
  • gps_precision [Number] (optional) Specify gps precision as standart deviation in meters. (optional, default -1)
  • matching_beta [Number] (optional) Specify beta value for matching algorithm. (optional, default -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment