This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Android and the fly likes need to find distance between given two cities Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "need to find distance between given two cities" Watch "need to find distance between given two cities" New topic
Author

need to find distance between given two cities

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
I need to find thedistance between two cities?
I have two names of cities. EX Colombo & Galle
I need to write a programe to show these cities google map and need to draw a line between two cities.Also i need to calculate the distance?
can anyone tell me the way or give me simple example.I search through internet.Still not get good one.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Find their latitudes and longitudes. Then implement a calculation which finds the distance between the two lat-long pairs. (That calculation CAN be found on the internet.)
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
can you tell me how to get longitudes & latitudes of a given citi?
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
this is my class


This is my xml file



Can anyone tell me why it is giving error ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: need to find distance between given two cities
 
Similar Threads
Math.sqrt() 1000x slower on Solaris than Win?
calculating distance between cities
Measure distance between two cities ?
Graphs: Breadth First or Depth First?
how to use distanceBetween built in methog