Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.60 KB | None | 0 0
  1. {
  2.    "html_attributions" : [],
  3.    "result" : {
  4.       "address_components" : [
  5.          {
  6.             "long_name" : "10",
  7.             "short_name" : "10",
  8.             "types" : [ "street_number" ]
  9.          },
  10.          {
  11.             "long_name" : "Victoria Street",
  12.             "short_name" : "Victoria St",
  13.             "types" : [ "route" ]
  14.          },
  15.          {
  16.             "long_name" : "Westminster",
  17.             "short_name" : "Westminster",
  18.             "types" : [ "neighborhood", "political" ]
  19.          },
  20.          {
  21.             "long_name" : "London",
  22.             "short_name" : "London",
  23.             "types" : [ "postal_town" ]
  24.          },
  25.          {
  26.             "long_name" : "Greater London",
  27.             "short_name" : "Greater London",
  28.             "types" : [ "administrative_area_level_2", "political" ]
  29.          },
  30.          {
  31.             "long_name" : "England",
  32.             "short_name" : "England",
  33.             "types" : [ "administrative_area_level_1", "political" ]
  34.          },
  35.          {
  36.             "long_name" : "United Kingdom",
  37.             "short_name" : "GB",
  38.             "types" : [ "country", "political" ]
  39.          },
  40.          {
  41.             "long_name" : "SW1H 0NB",
  42.             "short_name" : "SW1H 0NB",
  43.             "types" : [ "postal_code" ]
  44.          }
  45.       ],
  46.       "adr_address" : "\u003cspan class=\"street-address\"\u003e10 Victoria St\u003c/span\u003e, \u003cspan class=\"locality\"\u003eLondon\u003c/span\u003e \u003cspan class=\"postal-code\"\u003eSW1H 0NB\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eUK\u003c/span\u003e",
  47.       "formatted_address" : "10 Victoria St, Westminster, London SW1H 0NB, UK",
  48.       "geometry" : {
  49.          "location" : {
  50.             "lat" : 51.4991052,
  51.             "lng" : -0.1314492
  52.          },
  53.          "viewport" : {
  54.             "northeast" : {
  55.                "lat" : 51.5003340302915,
  56.                "lng" : -0.129986719708498
  57.             },
  58.             "southwest" : {
  59.                "lat" : 51.49763606970851,
  60.                "lng" : -0.132684680291502
  61.             }
  62.          }
  63.       },
  64.       "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png",
  65.       "id" : "989863456994aa33bcca7a9730556e897953af3c",
  66.       "name" : "10 Victoria St",
  67.       "place_id" : "ChIJvyjMgtwEdkgR4Nw7T4LLGAI",
  68.       "reference" : "ChIJvyjMgtwEdkgR4Nw7T4LLGAI",
  69.       "scope" : "GOOGLE",
  70.       "types" : [ "premise" ],
  71.       "url" : "https://maps.google.com/?q=10+Victoria+St,+Westminster,+London+SW1H+0NB,+UK&ftid=0x487604dc82cc28bf:0x218cb824f3bdce0",
  72.       "utc_offset" : 60
  73.    },
  74.    "status" : "OK"
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement