UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

16 lines (13 loc) 208 B
goog.provide('ol.extent.Relationship'); /** * Relationship to an extent. * @enum {number} */ ol.extent.Relationship = { UNKNOWN: 0, INTERSECTING: 1, ABOVE: 2, RIGHT: 4, BELOW: 8, LEFT: 16 };