When geocoding the same address with different order of bounding box the results are different.
when using bounding box order NE->SW returns a result
but when using bounding box order: SW -> NE (which is the correct one according to google documentation) there are no results returned
Any idea why?