APOfflineReverseGeocoding icon indicating copy to clipboard operation
APOfflineReverseGeocoding copied to clipboard

Offline reverse geocoding library written in Objective-C

Results 3 APOfflineReverseGeocoding issues
Sort by recently updated
recently updated
newest added

The current geo json misses some countries, like Singapore and Hongkong. So I've updated it with the use of: https://github.com/AshKyd/geojson-regions, which uses http://www.naturalearthdata.com as a source.

With current Xcode, you get warnings on the “empty” inits that just return nil: “Implementing unavailable method” If you remove them, you get the warning: “Method override for the designated...

We got a crash on this line, which is odd of course since this file is bundled. It would be good if the error was logged in the exception message,...