and, how about a method to change the title (tip text) of a GMarker? thanks for any pointer.
On Jul 19, 3:17 am, Esa <[email protected]> wrote: > preloadImage = new Image(); > preload.src = "iconimage.png"; > > And the loading starts when src property is given. > > On Jul 19, 8:10 am, Mike Williams <[email protected]> wrote: > > > "Loading" the URL of an image into a GIcon() doesn't fetch the image. > > The image file only gets fetched when the map.addOveraly() is performed. > > So api sets the src property only when map.addOverlay() is performed. > The feature request might be access to the image object of GIcon > object. So we could set the src property. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
