Package | Description |
---|---|
com.graphhopper.geohash |
Modifier and Type | Class and Description |
---|---|
class |
LinearKeyAlgo
This class maps lat,lon to a (tile)number unlike SpatialKeyAlgo.
|
class |
SpatialKeyAlgo
This class implements the idea of a geohash but in 'binary form' - to avoid confusion this is
called 'spatial key'.
|
Modifier and Type | Method and Description |
---|---|
KeyAlgo |
KeyAlgo.setBounds(double minLonInit,
double maxLonInit,
double minLatInit,
double maxLatInit)
Sets the bounds of the underlying key algorithm.
|
Copyright © 2012–2020. All rights reserved.