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

BNGProjection.(constructor)

Creates a new BNGProjection

Signature:

constructor(params: {
        easting: number;
        northing: number;
    });

Parameters

Parameter

Type

Description

params

{ easting: number; northing: number; }

The parameters object

params properties:

  • easting: number

    The easting coordinate

  • northing: number

    The northing coordinate