graphhopper / geocoder-converter

Converts arbitrary geocoding responses to a GraphHopper response
https://graphhopper.com/api/1/docs/geocoding/#external-providers
Apache License 2.0
9 stars 11 forks source link

Better parameter validation of parameter point #27

Closed boldtrn closed 7 years ago

boldtrn commented 7 years ago

This fixes #26. This checks if the point parameter is a valid number, else an exception is thrown.

karussell commented 7 years ago

Thanks!