Created
June 12, 2018 11:41
-
-
Save thilohuellmann/bf3990481be85b8f7bfe400ee9c4d091 to your computer and use it in GitHub Desktop.
medium5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results" : [ | |
{ | |
"address_components" : [ | |
{ | |
"long_name" : "221B", | |
"short_name" : "221B", | |
"types" : [ "street_number" ] | |
}, | |
{ | |
"long_name" : "Baker Street", | |
"short_name" : "Baker St", | |
"types" : [ "route" ] | |
}, | |
{ | |
"long_name" : "Marylebone", | |
"short_name" : "Marylebone", | |
"types" : [ "neighborhood", "political" ] | |
}, | |
{ | |
"long_name" : "London", | |
"short_name" : "London", | |
"types" : [ "postal_town" ] | |
}, | |
{ | |
"long_name" : "Greater London", | |
"short_name" : "Greater London", | |
"types" : [ "administrative_area_level_2", "political" ] | |
}, | |
{ | |
"long_name" : "England", | |
"short_name" : "England", | |
"types" : [ "administrative_area_level_1", "political" ] | |
}, | |
{ | |
"long_name" : "United Kingdom", | |
"short_name" : "GB", | |
"types" : [ "country", "political" ] | |
}, | |
{ | |
"long_name" : "NW1 6XE", | |
"short_name" : "NW1 6XE", | |
"types" : [ "postal_code" ] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment