Created
October 22, 2012 20:25
-
-
Save felipe-prenholato/3933905 to your computer and use it in GitHub Desktop.
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" : "01310-100", | |
"short_name" : "01310-100", | |
"types" : [ "postal_code" ] | |
}, | |
{ | |
"long_name" : "Paulista", | |
"short_name" : "Paulista", | |
"types" : [ "sublocality", "political" ] | |
}, | |
{ | |
"long_name" : "São Paulo", | |
"short_name" : "São Paulo", | |
"types" : [ "locality", "political" ] | |
}, | |
{ | |
"long_name" : "São Paulo", | |
"short_name" : "São Paulo", | |
"types" : [ "administrative_area_level_1", "political" ] | |
}, | |
{ | |
"long_name" : "República Federativa do Brasil", | |
"short_name" : "BR", | |
"types" : [ "country", "political" ] | |
} | |
], | |
"formatted_address" : "Paulista, São Paulo, 01310-100, República Federativa do Brasil", | |
"geometry" : { | |
"bounds" : { | |
"northeast" : { | |
"lat" : -23.55690630, | |
"lng" : -46.64639740 | |
}, | |
"southwest" : { | |
"lat" : -23.5722160, | |
"lng" : -46.66087790 | |
} | |
}, | |
"location" : { | |
"lat" : -23.56456110, | |
"lng" : -46.65363760 | |
}, | |
"location_type" : "APPROXIMATE", | |
"viewport" : { | |
"northeast" : { | |
"lat" : -23.56185330, | |
"lng" : -46.65076830 | |
}, | |
"southwest" : { | |
"lat" : -23.56602330, | |
"lng" : -46.65573840 | |
} | |
} | |
}, | |
"types" : [ "postal_code" ] | |
} | |
], | |
"status" : "OK" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment