search for: thoroughfar

Displaying 1 result from an estimated 1 matches for "thoroughfar".

Did you mean: thoroughfare
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
...ils.Country.AdministrativeArea.SubAdministrativeArea.Locality !== null) { return_location.locality = place.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.LocalityName; - if(place.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare != null) { + if(place.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare !== null) { return_location.street = place.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare.ThoroughfareName; }...