>
>
>
> So for this usecase would I be able to get all coordinates / lat-longs in
> between a route ?
>

No.

Its a practical impossibility, as already noted. Unless of course you have
a infinity large memory, and hard-disk to store them.


You instead need a algorithm that finds if two lines intersect. (or nearly
intersect!)


Perhaps
http://googlegeodevelopers.blogspot.co.uk/2010/05/search-along-route-made-easy-with.html
would help you achieve it.

That would decompose one of the lines into a series of boxes. You then just
check if the other line intersects any of those boxes. Easy to do
http://stackoverflow.com/questions/16203760/how-to-check-if-line-intersects-a-rectangle

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to