@types/wgs84
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Installation

npm install --save @types/wgs84

Summary

This package contains type definitions for wgs84 (https://github.com/mapbox/wgs84).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wgs84.

index.d.ts

/**
 * Semi-major Axis (a).
 */
export const RADIUS: number;
/**
 * Flattening Factor of the Earth (1/f).
 */
export const FLATTENING_DENOM: number;
/**
 * Flattening Factor of the Earth (f).
 */
export const FLATTENING: number;
/**
 * POLAR_RADIUS constant from the reference ellipsoid.
 */
export const POLAR_RADIUS: number;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/wgs84

Weekly Downloads

108

Version

0.0.2

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types