On Apr 8, 9:13 pm, Bagavathikumar Ramakrishnan
<[email protected]> wrote:
> வணக்கம்,
>
> Thank you Mr igloo46. I tried that way only. but my problem is to get the
> Lat/Long to VC++, when i am clicking on to the map. Is it possible, how?.
> please guide me the right direction.

http://code.google.com/apis/maps/documentation/reference.html#GMap2.click

*** Totally untested ***
GEvent.addListener(map, "click", function(overlay, latlng,
overlaylatlng) {
GDownloadUrl("yourpagetoprocessthelatlngserverside?lat="+latlng.lat()
+"&lng="+latlng.lng(), callbackfunc);
});

>
> thanking you
>
> On Wed, Apr 8, 2009 at 9:39 PM, <[email protected]> wrote:
>
> > Have a good look at the documentation:
> >http://code.google.com/apis/maps/documentation/index.html
> > where it states right at the beginning that it is a Javascript API.
>
> > However, you can use VC++ in conjunction with a browser to access a
> > web page that uses Javascript to generate map(s) etc. You might like
> > to look at the Terms of Service to see what the limitations are in
> > this respect:http://code.google.com/apis/maps/terms.html.
>
> > Yes, there are ways of placing your own text and/or image any where on
> > the map (provided you don't cover up the Google logo and copyright
> > text).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to