[Google Maps API v3] tile loading events

2010-07-23 Thread Mike
I'm looking at displaying data on the google maps, and have hooded into the tile loaded event, to make an ajax call to get data from my server to display on the map. However, I haven't been able to find a way to only pull back only the data from my server based on the loaded tile(s), not based on

Re: [Google Maps API v3] tile loading events

2010-07-23 Thread Ben Appleton
Consider implementing MapType - then you can load your data as logical 'tiles'. This ensures you only load content once, and the requests to your server cache well between site visitors. On 24 Jul 2010 11:23, "Mike" wrote: > I'm looking at displaying data on the google maps, and have hooded > in