Hi,
I want to apply the animation to and modify the icon's size of the
markers of my kml file, just like these samples:
http://code.google.com/intl/en/apis/maps/documentation/javascript/examples/marker-animations.html
http://code.google.com/intl/en/apis/maps/documentation/javascript/examples/icon-complex.html

I simply load the kml like below to display the map
var resLayer = new google.maps.KmlLayer(kmlUrl + '?dummy=' + (new
Date()).getTime(), {
suppressInfoWindows: true
}
);

I could modify the infowindow by suppressing the default windows and
create new ones. However, I have searched thru the forum but found no
way of manipulating the default markers from the kml file.
How do I get access to the kml's markers in order to use the animation?
Or do I have to disable the kml's markers and create new ones?
Thank you,
Duong

-- 
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.

Reply via email to