Fixed
Status Update
Comments
en...@google.com <en...@google.com>
lu...@google.com <lu...@google.com>
ko...@gmail.com <ko...@gmail.com> #3
Hi,
The current version I'm working with is v2 however the request was for the feature
within the v3 release.
Thanks,
Adam.
The current version I'm working with is v2 however the request was for the feature
within the v3 release.
Thanks,
Adam.
bc...@google.com <bc...@google.com> #4
So would this new 'tilesloaded' feature be part of the OverlayView class?
If you're creating your own custom overlay, could you create your own mechanism for
firing off an event or method after it gets drawn?
If you're creating your own custom overlay, could you create your own mechanism for
firing off an event or method after it gets drawn?
ko...@gmail.com <ko...@gmail.com> #5
Hi,
Sorry for the delay in response, I'm only just back after a break.
There is currently a 'tilesloaded' event which is available on the GMap2 class
however this really could relate more to the overlay classes rather than the map.
That way we could manage any actions on the completion of each custom tile layer
render. Either that or provide the ability to include all custom tile layers within
the existing 'tilesloaded' GMap2 event.
I've looked at building it manually however I can't see any 'pretty' way of doing
it, and since it would be useful functionality within the Google Maps API I thought
I'd try you guys first. :)
Thanks again,
Adam.
Sorry for the delay in response, I'm only just back after a break.
There is currently a 'tilesloaded' event which is available on the GMap2 class
however this really could relate more to the overlay classes rather than the map.
That way we could manage any actions on the completion of each custom tile layer
render. Either that or provide the ability to include all custom tile layers within
the existing 'tilesloaded' GMap2 event.
I've looked at building it manually however I can't see any 'pretty' way of doing
it, and since it would be useful functionality within the Google Maps API I thought
I'd try you guys first. :)
Thanks again,
Adam.
ta...@gmail.com <ta...@gmail.com> #6
I've just has another quick search on this group and found a relating ticket:
http://code.google.com/p/gmaps-api-issues/issues/detail ?
id=372&q=tilesloaded&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%
20Stars%20ApiType%20Internal
id=372&q=tilesloaded&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%
20Stars%20ApiType%20Internal
[Deleted User] <[Deleted User]> #7
Once again, are you requesting this for the v2 or v3 API?
Description
If you set google.maps.visualRefresh=true, then for some reason the infowindow domready event doesn't fire. This is with v3.exp.
Example here with visualRefresh=true:
Same code without visualRefresh:
Thanks,
Gavin