On Sep 21, 11:46 am, Peter <floranfe...@gmail.com> wrote:
> I want users to be able to click on a worldmap. Then, when theyu click
> I get the longitude and latitude of the clicked location and store
> them in two textboxes...
> Where can I find how to do that?
Dear Peter
You're most welcome look at my example upgrading to API 3
www.koolbusiness.com/ai
It finds longitude, latitude and also location name implementing
javascript like
place=response.Placemark[0];
point=new
GLatLng(place.Point.coordinates[1],place.Point.coordinates[0]);
I hope similar works for you
Regards
Nick Rosencrantz

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