Google maps api java

I have a console application, I need to find the distance and route between two places using google maps. this means that I have no browser and therefore no javascript. Is it possible to do this using java, using an HTTP request or something else. I tried geocoding and can find the latitude and longitude of a given address using HTTP requests. how to find distance and routes using java.

+3
source share
2 answers

Google only provides this in javascript. However, there is a request to provide it in java. So maybe it will be in the near future.

, Google, , , ...

[EDIT] , html, .

+1

Rhino javascript Java. .

+2

Source: https://habr.com/ru/post/1729099/


All Articles