"Neighbors" doesn't work for CLLLocationCoordinate2D
Opened this issue · 1 comments
G-Steve-E commented
When I use Geodesy as shown below:
<
let CurrentGeoHash = self.currentLocation.geohash(precision: 4)
let CurrentNeighbors = self.currentLocation.neighbors(precision: 4)
print("Geohash: ", CurrentGeoHash, " Geohash Neighbors: ", CurrentNeighbors)
I get "Value of type CLLLocationCoordinate2D has no member 'neighbors.'