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
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.