| 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
|
|
|
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 ?
|
 |
 |
|
|
subject: need to find distance between given two cities
|
|
|