Google maps API , reverse geocoder not return the full address -


im using google maps api return formatted address given location, result basic. use code reverse geocoding example these coordinates ( 43.850429, 25.952279) return "Русе център, Русе, България". when click on map in google.com/maps show "улица „Църковна независимост“ 9, 7000 Русе България" full address. how full address, google maps or street view? thanks!

the infowindow in example shows formatted_address 2nd result, use first result:

infowindow.setcontent(results[0].formatted_address); 

Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -