I have correct address 700 Bay Rd Redwood City CA 94063 United States
But google map geocoding is not returning result for this address, I am using the url (removed the api key for here only): https://maps.googleapis.com/maps/api/geocode/json?components=postal_code:94063|locality:Redwood%20City|administrative_area:CA
but when I removed the locality, it is working even though locality is same in response from below request https://maps.googleapis.com/maps/api/geocode/json?components=postal_code:94063|administrative_area:CA
Can anybody help on this??