Thank you SO MUCH. We'll try these out and let you know the results.
By-the-way, we did also need to calculate the distance between the two
points, so this should be an ideal solution!! Thanks!!
Quincy99
On Feb 17, 6:34 pm, Nymor wrote:
> Hi,
>
> Some examples you should be able to put together what you want.
>
> Drawing a line between 2 pointshttp://
www.msa.mmu.ac.uk/~fraser/ge/haversine.php
> courtesy of our resident guru Fraser. The code there is more
> complicated than you need,as it calculates the distance as well, but
> the last part of the inline javascript, function createLine, draws a
> line between points when you know their lats and longs.
>
> Getting the Lat/Long of a selected placemarkhttp://
earth-api-samples.googlecode.com/svn/trunk/examples/event-plac...
> If your locations are represented by placemarks this example will help
> do what is necessary, event listeners etc, to get the lat/long of the
> one that is selected.
>
> Goecodehttp://
earth-api-samples.googlecode.com/svn/trunk/examples/geocoder.html