有: EVENT_TYPES
使用:
var a=function(e){console.log(e);}; // 定义处理方法 map.events.on({"zoomend":a}); // 注册事件 map.events.un({"zoomend":a}); // 取消事件