README file from
GithubPlaces - GraphHopper
Routing provider for Places using GraphHopper, with directions, isochrones, POI search, elevation replacement, track snapping with way details, and track matching.
Network requests
| Area | Request |
|---|---|
| Directions | Builds a route between the waypoints in a block |
| Isochrones | Builds reachability polygons around a center point |
| POI search | Resolves a search term to place suggestions |
| Elevation | Reads elevation for the points of a track |
| Track snapping | Aligns a recorded track to the road or path network |
| Track matching | Identifies the named ways a track follows |
Requests go to https://graphhopper.com/api/1.
Background tasks
None.
Dependencies
| Library | Purpose |
|---|---|
| places-shared | Shared map, overlay, routing, and utility code |