Simple point to point list of point

Hi,
first of all excuse me for the trivial request.

I just need to realize a simple java project capable to accept as input coordinates (lat and long) of 2 points, compute the routes and return:

  • a list of possible routes (1 or more than one)
  • a list of points (lat lon coordinates) for each routes

Can someone suggest me a example to do this? I’m quite new to this kind of develope and I fell lost

Regards

Marco

Can have a look at instructions with the Java API which describes that process.

Many tanks. It is exactly what I was looking for.

Sorry for the trivial question.

Regards

Marco