Home > @magiclane/maps-sdk > RectangleGeographicArea > (constructor)
RectangleGeographicArea.(constructor)
Constructor
Signature:
constructor(input: {
topLeft: Coordinates;
bottomRight: Coordinates;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ topLeft, bottomRight } |
(not declared) | |
|
input |
{ topLeft: Coordinates; bottomRight: Coordinates; } |
input properties:
- topLeft: Coordinates
- bottomRight: Coordinates