@mapgear/geoapps > Envelope > (constructor)
Envelope.(constructor)
Constructs a new instance of the Envelope class
constructor(xmin?: number, ymin?: number, xmax?: number, ymax?: number);
Parameters
| Parameter | Type | Description |
|---|---|---|
| xmin | number | (Optional) |
| ymin | number | (Optional) |
| xmax | number | (Optional) |
| ymax | number | (Optional) |