Uses of Class
com.graphhopper.storage.index.LocationIndexTree
Packages that use LocationIndexTree
-
Uses of LocationIndexTree in com.graphhopper.storage.index
Methods in com.graphhopper.storage.index that return LocationIndexTreeModifier and TypeMethodDescriptionLocationIndexTree.setMaxRegionSearch
(int numTiles) Searches also neighbouring tiles until the maximum distance from the query point is reached (minResolutionInMeter*regionAround).LocationIndexTree.setMinResolutionInMeter
(int minResolutionInMeter) Minimum width in meter of one tile.