UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

15 lines (12 loc) 266 B
goog.provide('ol.interaction.ExtentEventType'); /** * @enum {string} */ ol.interaction.ExtentEventType = { /** * Triggered after the extent is changed * @event ol.interaction.Extent.Event#extentchanged * @api */ EXTENTCHANGED: 'extentchanged' };