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" <[email protected]> wrote:
> 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 the map.getBounds() (which already has the a lot
> of the data loaded).
>
> Is this possible? and if not, is this something that could be
> requested.
>
> Or does anyone have good work around for calculating when bounds have
> been loaded?
>
> --
> 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
[email protected].
> To unsubscribe from this group, send email to
[email protected]<google-maps-js-api-v3%[email protected]>
.
> For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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 [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-js-api-v3?hl=en.

Reply via email to