> well, what i can't do is attach events to map. > first what i have to do is after map drag call servlet and reload map, > the same is for zoom. > However i didn't found anything that relates to this... > Maybe i have missed some gmaps functionality?
Sounds like you want to look into standard AJAX functionality. There are event listeners for map panning and zooming etc, methods to get the map centre and zoom, sending and recieving data to a server and to redraw the map and its overlays all without actually reloading the map or the page that it lives on. You can present your data as overlays or as map tiles depending what it is, and let the maps API handle most of the work. Where have you looked so far? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
