Uses of Class
com.graphhopper.routing.lm.LandmarkSuggestion
Packages that use LandmarkSuggestion
-
Uses of LandmarkSuggestion in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return LandmarkSuggestionModifier and TypeMethodDescriptionstatic LandmarkSuggestion
LandmarkSuggestion.readLandmarks
(String file, LocationIndex locationIndex) The expected format is lon,lat per line where lines starting with characters will be ignored.Method parameters in com.graphhopper.routing.lm with type arguments of type LandmarkSuggestionModifier and TypeMethodDescriptionLandmarkStorage.setLandmarkSuggestions
(List<LandmarkSuggestion> landmarkSuggestions) This method forces the landmark preparation to skip the landmark search and uses the specified landmark list instead.PrepareLandmarks.setLandmarkSuggestions
(List<LandmarkSuggestion> landmarkSuggestions)