> newImageIcon = new Ajax.Request("/pivrain3/ ..
...
> markers_array_a[index].setIcon(newImageIcon);
...
> i cannot tell what i am doing wrong,
Setting the marker's .setIcon() to some strange object instead of
either (a) a string representing a url or (b) a MarkerImage object ?
http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker
You don't need to fetch the image ; that's the API's job. Just
set .setIcon() to a url.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.