@trackunit/geo-json-utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@trackunit/geo-json-utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt", |
import { GeoJsonBbox, GeoJsonLinearRing, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon, GeoJsonPosition } from "./GeoJsonSchemas"; | ||
import { TuGeoJsonPolygonNoHoles } from "./TuGeoJsonSchemas"; | ||
export declare const EARTH_RADIUS = 6378137; | ||
interface TuCoordinate { | ||
export interface TuCoordinate { | ||
longitude: number; | ||
@@ -6,0 +6,0 @@ latitude: number; |
56579