Skip to content

Instantly share code, notes, and snippets.

View persidskiy's full-sized avatar

Ivan Persidskii persidskiy

View GitHub Profile
function getHumanAddress(geoObject){
var declaration = {
'CountryName': 'country',
'AdministrativeAreaName': 'area',
'SubAdministrativeAreaName': 'subarea',
'LocalityName': 'city',
'DependentLocalityName': 'subcity',
'ThoroughfareName': 'street',
'PremiseNumber': 'house'
}