google-maps-services-ruby
google-maps-services-ruby copied to clipboard
Add GoogleMapsService::Error::NotFoundError
- When doing a directions search, if you enter an invalid address (i.e. 'dsadsfdfdscfrcerf, Tanzania'), a GoogleMapsService::Error::NotFoundError is raised
I found that entering a bad address in the directions API just returns a standard ApiError. I thought it would be nice to have something a bit more specific
(https://developers.google.com/maps/documentation/javascript/directions#DirectionsStatus)