Offline Geocoding / Reverse Geocoding

Hello,

I need an offline solution for geocoding / reverse geocoding. I can see in GraphHopper opensource repository that there are 2 interfaces : Geocoding.java and ReverseGeocoding.java but I can’t find any implementation of these. Is there a way to do geocoding / reverse geocoding using GraphHopper engine in offline mode (without using the GraphHopper Geocoding API) ?

Hi,

GraphHopper itself does not contain a offline geocoding solution. As you said there is the Geocoding API, which is not offline.

Cheers,
Robin