The above URL which returned Google geo-codes 2 days before, today it returned Zero_reuslts status. I tried for different address it was the same case. So I fixed them by adding (&) between key and Address.
I tried same method with premium account, it returns error as "Unable to authenticate the request. Provided 'signature' is not valid for the provided client ID, or the provided 'client' is not valid.."
But if I use the old method URL encoding as draffted below, it gives Zero_results as status.
I am facing the problem from today, could someone help me to resolve this issue.
&
in your URL:https://maps.googleapis.com/maps/api/geocode/xml?address=Bahnhofstra%C3%9Fe+12,+37603+Holzminden,+Germany&client=gme-myClientID&signature=myCryptKey
– geocodezip