google-locations icon indicating copy to clipboard operation
google-locations copied to clipboard

geocodeAddress String replacement '+'

Open senturk opened this issue 8 years ago • 0 comments

i faced some problems with the geocodeAddress function when the space ' ' is replaced by a '+'.

space will be encoded to %20 and '+' to %2B.

But the results got better with %20 then with %2B

Sample link: https://maps.googleapis.com/maps/api/geocode/json?address=im%2Bgiessen%2B2%2C79588%2Befringen%2B-%2Bkirchen%2Cdeutschland&maxResults=2&language=en&key={your key}

senturk avatar Oct 21 '16 10:10 senturk