maurobaraldi

Google Maps JSON data example

Apr 20th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.    "_id": "Xique-xique,BA",
  3.    "_rev": "1-9f3f5c2b1bfeeeb4b112a6efd158e01a",
  4.    "status": "OK",
  5.    "results": [
  6.        {
  7.            "geometry": {
  8.                "location": {
  9.                    "lat": -10.8233227,
  10.                    "lng": -42.7286814
  11.                },
  12.                "viewport": {
  13.                    "northeast": {
  14.                        "lat": -10.7356339,
  15.                        "lng": -42.600622
  16.                    },
  17.                    "southwest": {
  18.                        "lat": -10.9109858,
  19.                        "lng": -42.8567408
  20.                    }
  21.                },
  22.                "location_type": "APPROXIMATE"
  23.            },
  24.            "address_components": [
  25.                {
  26.                    "long_name": "Xique-Xique",
  27.                    "types": [
  28.                        "locality",
  29.                        "political"
  30.                    ],
  31.                    "short_name": "Xique-Xique"
  32.                },
  33.                {
  34.                    "long_name": "Bahia",
  35.                    "types": [
  36.                        "administrative_area_level_1",
  37.                        "political"
  38.                    ],
  39.                    "short_name": "BA"
  40.                },
  41.                {
  42.                    "long_name": "Brazil",
  43.                    "types": [
  44.                        "country",
  45.                        "political"
  46.                    ],
  47.                    "short_name": "BR"
  48.                }
  49.            ],
  50.            "formatted_address": "Xique-Xique - Bahia, Brazil",
  51.            "types": [
  52.                "locality",
  53.                "political"
  54.            ]
  55.        }
  56.    ]
  57. }
Add Comment
Please, Sign In to add comment