Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.37 KB | None | 0 0
  1. {
  2.    "results" : [
  3.       {
  4.          "address_components" : [
  5.             {
  6.                "long_name" : "Rua Clodomiro Amazonas",
  7.                "short_name" : "R. Clodomiro Amazonas",
  8.                "types" : [ "route" ]
  9.             },
  10.             {
  11.                "long_name" : "Colinas da Anhanguera",
  12.                "short_name" : "Colinas da Anhanguera",
  13.                "types" : [ "political", "sublocality", "sublocality_level_1" ]
  14.             },
  15.             {
  16.                "long_name" : "Santana de Parnaíba",
  17.                "short_name" : "Santana de Parnaíba",
  18.                "types" : [ "administrative_area_level_2", "political" ]
  19.             },
  20.             {
  21.                "long_name" : "São Paulo",
  22.                "short_name" : "SP",
  23.                "types" : [ "administrative_area_level_1", "political" ]
  24.             },
  25.             {
  26.                "long_name" : "Brazil",
  27.                "short_name" : "BR",
  28.                "types" : [ "country", "political" ]
  29.             },
  30.             {
  31.                "long_name" : "06537-005",
  32.                "short_name" : "06537-005",
  33.                "types" : [ "postal_code" ]
  34.             }
  35.          ],
  36.          "formatted_address" : "R. Clodomiro Amazonas - Colinas da Anhanguera, Santana de Parnaíba - SP, 06537-005, Brazil",
  37.          "geometry" : {
  38.             "bounds" : {
  39.                "northeast" : {
  40.                   "lat" : -23.4230843,
  41.                   "lng" : -46.8258892
  42.                },
  43.                "southwest" : {
  44.                   "lat" : -23.4243651,
  45.                   "lng" : -46.8269487
  46.                }
  47.             },
  48.             "location" : {
  49.                "lat" : -23.4236316,
  50.                "lng" : -46.8264612
  51.             },
  52.             "location_type" : "GEOMETRIC_CENTER",
  53.             "viewport" : {
  54.                "northeast" : {
  55.                   "lat" : -23.4223757197085,
  56.                   "lng" : -46.8250699697085
  57.                },
  58.                "southwest" : {
  59.                   "lat" : -23.4250736802915,
  60.                   "lng" : -46.8277679302915
  61.                }
  62.             }
  63.          },
  64.          "place_id" : "ElBSLiBDbG9kb21pcm8gQW1hem9uYXMgLSBDb2xpbmFzIGRhIEFuaGFuZ3VlcmEsIFNhbnRhbmEgZGUgUGFybmHDrWJhIC0gU1AsIEJyYXppbCIuKiwKFAoSCduddraqAs-UET2SK5HiLp-9EhQKEglL4BnhkwLPlBERxlikR8U-SQ",
  65.          "types" : [ "route" ]
  66.       }
  67.    ],
  68.    "status" : "OK"
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement