Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 22nd, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [
  2.     {
  3.         id: 1,
  4.         title: 'BobsResturant',
  5.         address: 'Edinburgh',
  6.         telephone: '01311000011',
  7.         latitude: 55.946312,
  8.         longitude: -3.191103,
  9.         image: 'http: //path/to.image.jpg'
  10.     },
  11.     {
  12.         id: 2,
  13.         title: 'SuesFastFoodJoint',
  14.         address: 'Edinburgh',
  15.         telephone: '01311001212',
  16.         latitude: 55.950515,
  17.         longitude: -3.206597,
  18.         image: 'http: //path/to.image.jpg'
  19.     }
  20. ]