For those who's not doing neither research or reads API:
GEvent.addListener(map, "click", function (overlay, latlng) {
      if (latlng != null) {
        // you may use latlng.lat() and latlng.lng()
        alert (latlng.toString());
      }
    }
);


~ Andrew Bidochko
http://MapBuilder.net

On Sep 9, 4:04 am, Deval <[email protected]> wrote:
> Hello,
>
> I want the latitude and longitude of that point on which i click in my
> gmap.
> then what is code for that.
>
> Thanks.

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