Skip to main content

@mapgear/geoapps > Envelope > (constructor)

Envelope.(constructor)

Constructs a new instance of the Envelope class

Signature:
constructor(xmin?: number, ymin?: number, xmax?: number, ymax?: number);

Parameters

ParameterTypeDescription
xminnumber(Optional)
yminnumber(Optional)
xmaxnumber(Optional)
ymaxnumber(Optional)