| Package | Description |
|---|---|
| com.graphhopper.storage.index |
| Modifier and Type | Method and Description |
|---|---|
LocationIndexTree |
LocationIndexTree.create(long size) |
LocationIndexTree |
LocationIndexTree.setMaxRegionSearch(int numTiles)
Searches also neighbouring tiles until the maximum distance from the query point is reached
(minResolutionInMeter*regionAround).
|
LocationIndexTree |
LocationIndexTree.setMinResolutionInMeter(int minResolutionInMeter)
Minimum width in meter of one tile.
|
Copyright © 2012–2020. All rights reserved.