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.
source
share