2
事件參數的值,我看 documentation 在的OpenLayers觸發事件。它列出triggerEvent
參數爲type:String
參數和evt:Event
參數。我明白type
參數是什麼,但是什麼對象是Event
對象?我找不到一個明確的例子。的OpenLayers:在OpenLayers.Event.triggerEvent
如果是相關的,我谷歌地圖的界面上工作V3和的OpenLayers,而我試圖想出一個辦法,這樣我可以有一個相同的API接口調用:
google.maps.event.trigger(instance:Object, eventName:String, var_args:*)
openLayersObj.events.triggerEvent(type:String, evt:Event)
固定在doc與https://github.com/openlayers/openlayers/commit/052be822882ef527dedb82d7d3cc19adc76d6371 – tonio