Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.98 KB | None | 0 0
  1. [ { formattedAddress: '6300 N Lake Shore Dr, Chicago, IL 60640, USA',
  2.     latitude: 41.9729558,
  3.     longitude: -87.6476812,
  4.     extra:
  5.      { googlePlaceId: 'ChIJi6nG5tnTD4gRmzLc_kLuqg8',
  6.        confidence: 1,
  7.        premise: null,
  8.        subpremise: null,
  9.        neighborhood: 'North Side',
  10.        establishment: null },
  11.     administrativeLevels:
  12.      { level2long: 'Cook County',
  13.        level2short: 'Cook County',
  14.        level1long: 'Illinois',
  15.        level1short: 'IL' },
  16.     streetNumber: '6300',
  17.     streetName: 'North Lake Shore Drive',
  18.     city: 'Chicago',
  19.     country: 'United States',
  20.     countryCode: 'US',
  21.     zipcode: '60640' },
  22.   { formattedAddress: '6300 S Lake Shore Dr, Chicago, IL 60649, USA',
  23.     latitude: 41.782181,
  24.     longitude: -87.5732499,
  25.     extra:
  26.      { googlePlaceId: 'ChIJaTicT6kpDogRc22b9yFSw6Q',
  27.        confidence: 1,
  28.        premise: null,
  29.        subpremise: null,
  30.        neighborhood: 'Woodlawn',
  31.        establishment: null },
  32.     administrativeLevels:
  33.      { level2long: 'Cook County',
  34.        level2short: 'Cook County',
  35.        level1long: 'Illinois',
  36.        level1short: 'IL' },
  37.     streetNumber: '6300',
  38.     streetName: 'South Lake Shore Drive',
  39.     city: 'Chicago',
  40.     country: 'United States',
  41.     countryCode: 'US',
  42.     zipcode: '60649' },
  43.   { formattedAddress: '6300 S Lake Park Ave, Chicago, IL 60637, USA',
  44.     latitude: 41.7927182,
  45.     longitude: -87.5880518,
  46.     extra:
  47.      { googlePlaceId: 'Eiw2MzAwIFMgTGFrZSBQYXJrIEF2ZSwgQ2hpY2FnbywgSUwgNjA2MzcsIFVTQQ',
  48.        confidence: 0.9,
  49.        premise: null,
  50.        subpremise: null,
  51.        neighborhood: 'Hyde Park',
  52.        establishment: null },
  53.     administrativeLevels:
  54.      { level2long: 'Cook County',
  55.        level2short: 'Cook County',
  56.        level1long: 'Illinois',
  57.        level1short: 'IL' },
  58.     streetNumber: '6300',
  59.     streetName: 'South Lake Park Avenue',
  60.     city: 'Chicago',
  61.     country: 'United States',
  62.     countryCode: 'US',
  63.     zipcode: '60637' } ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement