On Jan 24, 11:43 am, orkun <[email protected]> wrote:
> Could you give me a hint about how I could get coordinates values ( as
> lat and long ) of  clicked google map ?

http://www.acleach.me.uk/gmaps/mapcenter.htm

Clicking the map triggers a click event on the map, which the listener
picks up. The location of the click is passed to the handler function
in a variable I've called "loc", and the handler function uses it to
panTo. It could do anything else, including using loc.lat() and
loc.lng() for the latitude and longitude of the click.

Details are in the API documentation.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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