Created
February 5, 2011 17:09
-
-
Save joemocha/812600 to your computer and use it in GitHub Desktop.
test.rb
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
{"address_components"=>[{"long_name"=>"279", "types"=>["street_number"], "short_name"=>"279"}, {"long_name"=>"5th Ave", "types"=>["route"], "short_name"=>"5th Ave"}, {"long_name"=>"Park Slope", "types"=>["neighborhood", "political"], "short_name"=>"Park Slope"}, {"long_name"=>"Brooklyn", "types"=>["sublocality", "political"], "short_name"=>"Brooklyn"}, {"long_name"=>"New York", "types"=>["locality", "political"], "short_name"=>"New York"}, {"long_name"=>"Kings", "types"=>["administrative_area_level_2", "political"], "short_name"=>"Kings"}, {"long_name"=>"New York", "types"=>["administrative_area_level_1", "political"], "short_name"=>"NY"}, {"long_name"=>"United States", "types"=>["country", "political"], "short_name"=>"US"}, {"long_name"=>"11215", "types"=>["postal_code"], "short_name"=>"11215"}], "geometry"=>{"location"=>{"lng"=>-73.982096, "lat"=>40.673766}, "location_type"=>"ROOFTOP", "viewport"=>{"northeast"=>{"lng"=>-73.9789484, "lat"=>40.6769136}, "southwest"=>{"lng"=>-73.9852436, "lat"=>40.6706184}}}, "types"=>["street_address"], "formatted_address"=>"279 5th Ave, Brooklyn, NY 11215, USA"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment