So, after thinking about this a minute from the last post, this is
what I am thinking:

1) Pan is treated differently than zoom.
2) Pan should grab enough data points that will sit outside the
viewable map such that when the user pans the full width or height of
the viewable area, all the data that should be available is
represented by markers.
3) When the user releases the mouse from panning, grab a new set of
data points for the new center..
   a) Or do I handle onmousemove and calculate how many pixels the
mouse has moved and retrieve new data and add markers to the map on
the fly?
4) Zoom - I don't know enough about how zoom is handled
   a) If I presume that after the call to get the new tiles at the
requested zoom level the map throws an event, that event can be
handled and new data points are retrieved for the new zoom level.
   b) Wondering if I need to grab more data points when a user zooms
in. This seems like a good use of the marker manager.

I think that will work.

Anyone have suggestions? Will you please share?

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