@targomo/core
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -5,3 +5,3 @@ { | ||
"author": "Targomo", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": "github:targomo/targomo-js", |
/** | ||
* @targomo/core "0.7.2" http://targomo.com | ||
* @targomo/core "0.7.3" http://targomo.com | ||
* The JavaScript (& TypeScript) API for Targomo's time-based access mapping services. | ||
@@ -4,0 +4,0 @@ * (c) 2022 Targomo |
import type { Geometry } from 'geojson'; | ||
import type { Location, OSMType, PoiGroup, TravelMode, TravelTimeFactors } from '..'; | ||
import type { TravelType } from '../types'; | ||
export declare type CriterionType = 'statisticsSum' | 'statisticsSumInZone' | 'statisticsDistance' | 'poiCoverageCount' | 'poiCoverageDistance' | 'closestPoiDistance' | 'poiCountInZone' | 'gravitationSum' | 'poiGravitationSum' | 'staypointCount' | 'mathAggregation' | 'edgeStatistics' | 'transitStopsSum' | 'transitStopsDistance' | 'statsOnEnclosingCell' | 'polygonArea'; | ||
export declare type CriterionType = 'statisticsSum' | 'statisticsSumInZone' | 'statisticsDistance' | 'poiCoverageCount' | 'poiCoverageDistance' | 'closestPoiDistance' | 'poiCountInZone' | 'gravitationSum' | 'poiGravitationSum' | 'staypointCount' | 'mathAggregation' | 'edgeStatistics' | 'transitStopsSum' | 'transitStopsDistance' | 'statisticsOnEnclosingCell' | 'polygonArea'; | ||
/** | ||
@@ -123,3 +123,3 @@ * Base inteface with the properties that all criteria share | ||
export interface StatisticsOnEnclosingCellCriterion extends BaseStatisticsCriterion { | ||
type: 'statsOnEnclosingCell'; | ||
type: 'statisticsOnEnclosingCell'; | ||
} | ||
@@ -126,0 +126,0 @@ export interface PolygonAreaCriterion extends BaseStatisticsCriterion, BaseReachabilityCriterion { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1285125