Home > @magiclane/maps-sdk > GKProjection > (constructor)

GKProjection.(constructor)

Creates a new GKProjection

Signature:

constructor(params: {
        x: number;
        y: number;
        zone: number;
    });

Parameters

Parameter

Type

Description

params

{ x: number; y: number; zone: number; }

The parameters object

params properties:

  • x: number

    The x coordinate of the point

  • y: number

    The y coordinate of the point

  • zone: number

    The zone of the point