@targomo/core
Advanced tools
Comparing version 0.7.15 to 0.7.16
@@ -5,3 +5,3 @@ { | ||
"author": "Targomo", | ||
"version": "0.7.15", | ||
"version": "0.7.16", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": "github:targomo/targomo-js", |
/** | ||
* @targomo/core "0.7.15" http://targomo.com | ||
* @targomo/core "0.7.16" http://targomo.com | ||
* The JavaScript (& TypeScript) API for Targomo's time-based access mapping services. | ||
@@ -4,0 +4,0 @@ * (c) 2024 Targomo |
@@ -19,2 +19,15 @@ import type { Geometry } from 'geojson'; | ||
distanceExponent?: number; | ||
/** | ||
* | ||
* @default 1/300 | ||
*/ | ||
scalingFactor?: number; | ||
/** | ||
* @default 1 | ||
*/ | ||
distanceModifier?: number; | ||
/** | ||
* @default 0 | ||
*/ | ||
lowerBound?: number; | ||
metadata?: { | ||
@@ -21,0 +34,0 @@ [langCode: string]: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1309511
9858