Is there a way to hide (ie: don't show, because its annoying) the undo button when editing a shape on a v3 Google Map?
Try the undocumented suppressUndo
parameter.
It seems to work fine with google.maps.Circle
var c = new google.maps.Circle({
map: myMap,
...
suppressUndo: true
});
related issue in the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4013
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With