this is one link i found http://today.java.net/pub/a/today/2006/10/25/integrating-google-maps-into-web-application.html it explains the idea of getting data using servlet. i do the same for data retrieval.
However the events drag/move and others are area of interest. I didn't manage to do that after event data would be customized(map events is area of interest). If you have any info how i can attach certain actions to the map let me know. On 25 Kov, 19:04, Rossko <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
