Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.75 KB | None | 0 0
  1. {
  2.   "results": [{
  3.     "address_components": [{
  4.         "long_name": "3",
  5.         "short_name": "3",
  6.         "types": [
  7.           "street_number"
  8.         ]
  9.       },
  10.       {
  11.         "long_name": "Bouwmeestersstraat",
  12.         "short_name": "Bouwmeestersstraat",
  13.         "types": [
  14.           "route"
  15.         ]
  16.       },
  17.       {
  18.         "long_name": "Antwerpen",
  19.         "short_name": "Antwerpen",
  20.         "types": [
  21.           "locality",
  22.           "political"
  23.         ]
  24.       },
  25.       {
  26.         "long_name": "Antwerpen",
  27.         "short_name": "AN",
  28.         "types": [
  29.           "administrative_area_level_2",
  30.           "political"
  31.         ]
  32.       },
  33.       {
  34.         "long_name": "Vlaanderen",
  35.         "short_name": "Vlaanderen",
  36.         "types": [
  37.           "administrative_area_level_1",
  38.           "political"
  39.         ]
  40.       },
  41.       {
  42.         "long_name": "Belgium",
  43.         "short_name": "BE",
  44.         "types": [
  45.           "country",
  46.           "political"
  47.         ]
  48.       },
  49.       {
  50.         "long_name": "2000",
  51.         "short_name": "2000",
  52.         "types": [
  53.           "postal_code"
  54.         ]
  55.       }
  56.     ],
  57.     "formatted_address": "Bouwmeestersstraat 3, 2000 Antwerpen, Belgium",
  58.     "geometry": {
  59.       "location": {
  60.         "lat": 51.207812,
  61.         "lng": 4.396213500000001
  62.       },
  63.       "location_type": "ROOFTOP",
  64.       "viewport": {
  65.         "northeast": {
  66.           "lat": 51.20916098029149,
  67.           "lng": 4.397562480291503
  68.         },
  69.         "southwest": {
  70.           "lat": 51.20646301970849,
  71.           "lng": 4.394864519708499
  72.         }
  73.       }
  74.     },
  75.     "place_id": "ChIJf011FwP3w0cR6vrD7_qIwas",
  76.     "types": [
  77.       "establishment",
  78.       "point_of_interest"
  79.     ]
  80.   }],
  81.   "status": "OK"
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement