Home > @magiclane/maps-sdk > MGRSProjection

MGRSProjection class

MGRSProjection class

Projections

Signature:

export declare class MGRSProjection extends Projection 

Extends: Projection

Constructors

Constructor

Modifiers

Description

(constructor)(params)

Creates a new MGRSProjection

Properties

Property

Modifiers

Type

Description

easting

readonly

number

Returns the easting coordinate of the point.

letters

readonly

string

Returns the letters of the point.

northing

readonly

number

Returns the northing coordinate of the point.

zone

readonly

string

Returns the zone of the point.

Methods

Method

Modifiers

Description

setFields(params)

Sets the easting, northing, zone and letters of the point.