Home > @magiclane/maps-sdk > LAMProjection > (constructor)
LAMProjection.(constructor)
Creates a new LAMProjection
Signature:
constructor(params: {
x: number;
y: number;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
params |
{ x: number; y: number; } |
The parameters object |
params properties:
- x: number
The x coordinate
- y: number
The y coordinate