geocoder_offline 0.2.1 geocoder_offline: ^0.2.1 copied to clipboard
Package for super-fast offline reverse geocoding. Search is done in the file of your choice.
Examples #
For using the reverse geocoding library you need to provide а file with data about places among you want to run reverse geocoding. In examples you can see how to use а library with two example files:
- GeoNames data file with all world cities with a population above 15 000
- USGS data file with USA cities with a population above 5000.
Library allows you to use any other file who has at least data about name, latitude, and longitude of places you want to search.