On 10 February 2012 16:21, Tremblay <[email protected]> wrote: > Here's two images of the problem. > > http://jftremblay.site88.net/pub/imgpost1.PNG > http://jftremblay.site88.net/pub/imgpost2.PNG > > On 10 fév, 08:19, Tremblay <[email protected]> wrote: >> Google tiles (the map itself) is loaded correctly. >> >> Our "guess" is that images (marker's images) take to long to load and >> the lag result in a replacment of the marker's image by the default >> blue icon.
I think your guess is probably accurate, and you need to speed up your server's delivery (or use a different, faster, server). Even if a number of markers use the same image (as your second screenshot), if each marker is constructed individually then that URL may be accessed for each marker. There's no guarantee it will be cached. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
