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

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -