In our project we overlay a ImageMapType (google.maps.ImageMapType) over a base map using map.overlayMapTypes.insertAt method. The ImageType has getTileUrl function to fetch the tile for a particular location from the server.
I want to display a pageMask with a text message while the overlay maptype tiles are loaded and remove it once all tiles have been loaded. Is there a event to detect the load completion of these ImageMapType tiles.
Thanks, Sivakumar.