I'm making an application that uses google maps. The app has a database of schools with their address, coordinates etc. Given addresses of two houses, i want to find the nearest cross street between the two houses and from there I want to plot the path to one of the schools.
Is there any API or framework available.
(I'm looking for similar solution on iOS as well. I'll post a new question for iOS)
Asked
Active
Viewed 1,420 times
0

Satyam
- 15,493
- 31
- 131
- 244
1 Answers
-1
The is no API, to find the nearest cross street.
Whereas to plot the path between 2 address, you can use Google Maps DirectionsService.
A service for computing directions between two or more places.