proxpero / Geodesy

A Swift implementation of the geohash algorithm.
MIT License
23 stars 10 forks source link

Add neighbour methods to CLLocationCoordinate2D extension. #3

Closed olegbragin closed 5 years ago

olegbragin commented 5 years ago

Added neighbour methods to CLLocationCoordinate2D extension. Those methods are exactly the same as for CLLocation, I wonder why they were not added from the beginning. All test are green, works for my code at least.