Hi, Sorry for my bad english.
Why don't work this code,
var image = new google.maps.MarkerImage('http://google-maps-
icons.googlecode.com/files/bus.png');
        var marker = new google.maps.Marker({
                                                                                
position:point,
                                                                                
map:map,
                                                                                
icon:image
                                                                                
});

i don't see the icon but when i remove the icon string i see the
default icon marker. I think that this code it's right!
Thank you for reply!
bye Watcher

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