I have markers initiated as draggable:true. THis works just fine, but
I want the option to have this turned off. The markers are in an
array.What I have gives errors.
for(i = 0; i < gPolyMarkers.length; i++) {
gPolyMarkers[i].disableDragging());
}
I also tried gPolyMarkers[i].draggable=false);
but ths didn't work either.
THanks so much
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---