This is a geocoding solution implemented in C++ and intended to be used locally (offline) on a desktop or a portable device over a relatively small set of data (e.g. a city).
The API is based on Pelias Geocoder . The results conform to geocodejson-spec
See under doc/
TODO: Describe the installation process
TODO: Write usage instructions
2015-08-13: created this repository.
TODO: Write credits
TODO: Write license
This library uses Catch for unit testing.