I am using Google map in my application.
I am adding marker on Google map by using LAT/LONG of the point as shown below
Code:
var marker = new google.maps.Marker({ position: new google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, icon:MyIcon });
So can we plot marker using XY co ordinates something...