Document ol.MapEvent events
This commit is contained in:
@@ -8,7 +8,15 @@ goog.require('goog.events.Event');
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.MapEventType = {
|
||||
/**
|
||||
* Triggered after a map frame is rendered.
|
||||
* @event ol.MapEvent#postrender
|
||||
*/
|
||||
POSTRENDER: 'postrender',
|
||||
/**
|
||||
* Triggered after the map is moved.
|
||||
* @event ol.MapEvent#moveend
|
||||
*/
|
||||
MOVEEND: 'moveend'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user