UNPKG

graphhopper

Version:

A complete TypeScript client for the GraphHopper API, including Routing, Isochrone, Matrix, Map Matching, Optimization, and Geocoding modules.

9 lines (8 loc) 642 B
import { GraphHopperInput, GraphHopperInputObject } from "./GraphHopperInput"; import { GraphHopperRouting } from "./GraphHopperRouting"; import { GraphHopperIsochrone } from "./GraphHopperIsochrone"; import { GraphHopperMatrix } from "./GraphHopperMatrix"; import { GraphHopperMapMatching } from "./GraphHopperMapMatching"; import { GraphHopperOptimization } from "./GraphHopperOptimization"; import { GraphHopperGeocoding } from "./GraphHopperGeocoding"; export { GraphHopperInput, GraphHopperInputObject, GraphHopperRouting, GraphHopperIsochrone, GraphHopperMatrix, GraphHopperMapMatching, GraphHopperOptimization, GraphHopperGeocoding };