Hey guys,I am working on an app which gets the shortest path between two 
points using "Dijkstra" algorithm.This process is done on a web server and 
if the shortest path between point "A" and point "D" is A-C-F-T-D where 
(A,C,F,T,D) are nodes on the road,i have to pass this data to an android 
app to draw the way from A to D .The point here is that i should send alot 
of points between the nodes too to indicate the roads so my question is how 
to get these points (coordinates) between nodes ?

-- 
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