| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.util | |
| com.graphhopper.util.shapes |
| Modifier and Type | Method and Description |
|---|---|
List<GHPoint> |
GHRequest.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
GHRequest |
GHRequest.addPoint(GHPoint point)
Add stopover point to routing request.
|
| Modifier and Type | Method and Description |
|---|---|
GHRequest |
GHRequest.setPoints(List<GHPoint> points) |
| Constructor and Description |
|---|
GHRequest(GHPoint startPlace,
GHPoint endPlace) |
| Constructor and Description |
|---|
GHRequest(List<GHPoint> points) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointList.add(GHPoint point) |
| Modifier and Type | Class and Description |
|---|---|
class |
GHPoint3D |
| Modifier and Type | Method and Description |
|---|---|
static GHPoint |
GHPoint.create(org.locationtech.jts.geom.Point point) |
static GHPoint |
GHPoint.fromJson(double[] xy) |
static GHPoint |
GHPoint.fromString(String str) |
static GHPoint |
GHPoint.fromStringLonLat(String str) |
Copyright © 2012–2023. All rights reserved.