| Package | Description |
|---|---|
| com.graphhopper.routing.lm |
| Modifier and Type | Method and Description |
|---|---|
static LandmarkSuggestion |
LandmarkSuggestion.readLandmarks(String file,
LocationIndex locationIndex)
The expected format is lon,lat per line where lines starting with characters will be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
LandmarkStorage |
LandmarkStorage.setLandmarkSuggestions(List<LandmarkSuggestion> landmarkSuggestions)
This method forces the landmark preparation to skip the landmark search and uses the specified landmark list instead.
|
PrepareLandmarks |
PrepareLandmarks.setLandmarkSuggestions(List<LandmarkSuggestion> landmarkSuggestions) |
Copyright © 2012–2020. All rights reserved.