hi
here http://suprofitweb.ru/google/map.php i have code\map
how can i call marker for hide it?
for example: markers: [{
                        lat: 42.339641,
                        lng: -71.094224,
                        id:'mark', //
                        name:'mark', //
                        marker: {title: 'Boston Museum of Fine
Arts',draggable:true},
                        listeners: {
                            click: function(e){
                                        Ext.Msg.alert('point_lat', e.x+', 
'+e.y);
                                        mark.hide=true; //
                        }
OR mark.hide='true;'  - it doesnt work

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

Reply via email to