google maps : given a point, how to find all points at a given road distance
Posted
by amarsh-anand
on Stack Overflow
See other posts from Stack Overflow
or by amarsh-anand
Published on 2010-05-18T12:00:02Z
Indexed on
2010/05/18
12:10 UTC
Read the original article
Hit count: 258
google-maps
|algorithm
In my app, the GPS picks the location of the vehicle. It is then supposed to put markers at all points where the vehicle could be if it drives for 1 KM in any direction (note that the roads may fork many times within his 1KM reach).
Can someone suggest me how to do this. Thanks in advance.
© Stack Overflow or respective owner