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