Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all with out using Google map how to implement code for route information i mean when we enter "FROM" address latitude and Longitude and "TO" address latitude and Longitude. then it has to display time, distance and speed of the that route and also if there is any sub route then it has to display the sub route information. so kindly help me to solve the problem?
Posted
Comments
Simon Bang Terkildsen 16-Aug-11 4:41am    
you asked the same thing an hour ago here. Either be patient or update that question with more details
laxmanavaram 16-Aug-11 5:43am    
hi how i can solve the problem by using Google maps find the route informations (here i need to display the distance and what is the time for journey and also total information for sub routes
)

1 solution

Without using a support library such as Google maps it will be almost impossible unless you have a few years in which to study, research and develop. For start you will need a database with every location in the world, containing its latitude and longitude. Then you will need information on the actual roads into and out of each location, to decide which are the shortest, fastest, easiest etc. As you can see it's not a trivial task.

BTW I deleted your duplicate of this question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900