I am dynamically adding a marker to a map (with future plants to save the marker to db). Adding is no problem, but if I want to cancel the action (remove the new marker) there is trouble. the new marker is assigned var =newTree. Calling newTree.setMap(null) does nothing, no error in firebug.
Also, when map loads, firebug gives this error: this[Ab] is not a function. But the map continues to load and everything (but setMap ) works properly. Here is my map: http://www.austintreeexperts.com/maps/employee.php?f=http%3a%2f%2fwww.austintreeexperts.com%2fmaps%2fgmapsXML.cfm%3fu%3d558%26ad%3d23719 thanks in advance for any help. -- 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.
