0

I'd like to use the Graphhopper Matrix API offline similar how I can use the Graphopper Directions API offline. Is this possible? Or is the Matrix API only accessible through HTTP request?

Thanks

  • It is possible to host the *Matrix Api* binaries locally? Can i access the binaries anywhere? Thank you. – Olli Zi Jan 05 '17 at 08:08

1 Answers1

0

Not sure if this question belongs to SO ... it can be used offline either via Java or http, comes with documentation, with proper Maven integration etc, but it is not open source. See this comparison.

Karussell
  • 17,085
  • 16
  • 97
  • 197
  • 1
    I understand that they are keeping it closed source but is it possible to actually use the _Matrix API_ offline? I only see documentation for making HTTP requests to it. – Eugene Shvartsman Dec 28 '16 at 10:59
  • As it is said in the answer: yes it is possible via Java or http – Karussell Feb 08 '17 at 20:28
  • Karussell, I appreciate you trying to help but could you point me to a description of how to use this API offline? All I can see is a Java client which still hits the GraphHopper server to get the results. – Eugene Shvartsman Feb 09 '17 at 09:33
  • As this is a closed source product you'll get documentation when you buy it. – Karussell Feb 09 '17 at 12:20