MyOverlay.prototype = new google.maps.OverlayView(); /** @constructor */ function MyOverlay(map, ...) { ... }; MyOverlay.prototype.draw ...
確定! 回上一頁