graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Geocoding external providers #57

Closed boldtrn closed 7 years ago

boldtrn commented 7 years ago

When playing around with the different providers for Geocoding it happened to me that I misswrote one provider. I was suprised to see that I received the geocoding results of the default geocoder.

Should we throw an exception instead?

karussell commented 7 years ago

Yes at the moment but "no" because we could fallback (silently) to the default provider if we e.g. do not support a specific external provider anymore

boldtrn commented 7 years ago

Ok, I understand. Thanks for clearing this up.