Class: BoundingBox

vef.map.filters.ui.BoundingBox(target, options, layers, map)

Geographical filter for features within a bounding box.

Constructor

new BoundingBox(target, options, layers, map)

Parameters:
Name Type Description
target HTMLElement | string
options object filter specific options
layers LayerCache Used for included/excluded layers
map Map
Source:

Methods

setValues(values)

Parameters:
Name Type Description
values Array.<number> [West, South, East, North]
Source: