I would like to calculate the distance between two points. The points are addresses.
Example:
Point A: JFK Airport, New York, NY, United States
Point B: La Guardia, New York, NY, United States
Now I want to calculate the distance (via roads) and the travel time between point A and point B.
How can I do that? Is it possible to use google maps API? How would you approach the problem?