On Oct 18, 6:45 pm, ss <[email protected]> wrote: > Dear All, > I have an application > herehttp://116.0.102.219/sample1/cluster5.php. > Just wait for a while your will see a green icon and click on it and > just click an pop up infor window will open click on any of the view > button and it will zoom to the selected vehicle. The problem when it > gets zoom I want to change the icon image to someting different via > this method getMarker.setImage("http://116.0.102.219/sample1/ > clusterIcons/Red_MarkerC.png"); and this code is at line 456. So how > can I make it work because the image is not changed now ? Thank you.
I'm finding it very difficult to debug your page because your GDownloadUrl request never completes. That indicates a problem, I think. Requests should be discrete, not open-ended. It also looks like you need to do something with your key. I don't know how you are getting a map at all. You didn't need to start yet another thread. -- 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.
