Hi
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

 var marker = new google.maps.Marker({ position: new
google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle,
icon:MyIcon });

But it is found that in my case  instead of LAT/LONG values , XY  co
ordinates are available.
So can we plot marker using XY co ordinates something like this

 var marker = new google.maps.Marker({ position: new
google.maps.LatLng(X Co ordinate,Y Co ordinate), map: map, title:
MyTitle, icon:MyIcon });

Is there any  formula/method of converting  XY co ordinate to LAT/
LONG?

Thanks & Regards,
Anirudha Deshpande

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to