[Google Maps API v3] Re: advice needed on using geo location and destination

2010-05-07 Thread Ade
All sorted nothing to see here On May 7, 4:36 pm, Ade wrote: > Hi all im hoping you can help, I have been wracking my brains out for > ages with this and any pointers would be much appreciated. > > I have the following code : > > > >    var directionsService = new googl

[Google Maps API v3] advice needed on using geo location and destination

2010-05-07 Thread Ade
new GMarker(new GLatLng(lat, lon)); var jsMap = new GMap2(document.getElementById("jsMap")); jsMap.addOverlay(marker); },function(error){ //use error.code to determine what went wrong }); I just cant see how to do it Any help in this would be very much appreciated.