Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. var jsonObject = {
  2. "locations":
  3. {
  4. "location":
  5. [
  6. {
  7. "id": "0001",
  8. "type": "RetailLocation",
  9. "address": "Fremont, CA 94538",
  10. "latitude":37.542571,
  11. "longitude":-121.993037,
  12. "$revenue": 10000000
  13. },
  14. {
  15. "id": "0002",
  16. "type": "RetailLocation",
  17. "address": "Newark, CA",
  18. "latitude": 37.525400,
  19. "longitude":-122.037764,
  20. "$revenue": 3000000
  21. },
  22. {
  23. "id": "0003",
  24. "type": "RetailLocation",
  25. "address": "4100-4198 Pleiades Pl,Union City, CA 94587",
  26. "latitude": 37.587546,
  27. "longitude":-122.066716,
  28. "$revenue": 120000000
  29. },
  30. {
  31. "id": "0004",
  32. "type": "RetailLocation",
  33. "address": "4100-4198 Pleiades Pl,Union City, CA 94587",
  34. "latitude": 37.587546,
  35. "longitude":-122.066716,
  36. "$revenue": 120000000
  37. },
  38. {
  39. "id": "0005",
  40. "type": "RetailLocation",
  41. "address": "Burbank,Hayward, CA",
  42. "latitude": 37.660284,
  43. "longitude": -122.089396,
  44. "$revenue": 5000000
  45. },
  46. {
  47. "id": "0006",
  48. "type": "Distribution Facility",
  49. "address": "Sugarloaf San Mateo, CA",
  50. "latitude": 37.527798,
  51. "longitude": -122.312989,
  52. "$revenue": 300000
  53. },
  54. {
  55. "id": "0007",
  56. "type": "RetailLocation",
  57. "address": "San Carlos, CA",
  58. "latitude": 37.492686,
  59. "longitude": -122.249346,
  60. "$revenue": 3002000
  61. },
  62. {
  63. "id": "0008",
  64. "type": "RetailLocation",
  65. "address": "Santa Cruz County CA",
  66. "latitude": 37.007888,
  67. "longitude": -122.067355,
  68. "$revenue": 88999090
  69. },
  70. {
  71. "id": "0009",
  72. "type": "RetailLocation",
  73. "address": "Santa Clara County CA",
  74. "latitude": 37.113164,
  75. "longitude": -121.651485,
  76. "$revenue": 88999090
  77. },
  78. {
  79. "id": "0010",
  80. "type": "Distribution Facility",
  81. "address": "Santa Cruz County CA",
  82. "latitude": 37.006852,
  83. "longitude": -122.064148,
  84. "$revenue": 1000000
  85. }, {
  86. "id": "0011",
  87. "type": "Call Center",
  88. "address": "Santa Clara, CA",
  89. "latitude": 37.344717,
  90. "longitude": -121.979666,
  91. "$revenue": 1000000
  92. },{
  93. "id": "0012",
  94. "type": "RetailLocation",
  95. "address": "Pleasanton, CA",
  96. "latitude": 37.638625,
  97. "longitude": -121.911430,
  98. "$revenue": 1000000
  99. },
  100. {
  101. "id": "0013",
  102. "type": "HeadQuarters",
  103. "address": "Mission District San Francisco, CA",
  104. "latitude": 37.753038,
  105. "longitude": -122.423198,
  106. "$revenue": 1000000
  107. },
  108. {
  109. "id": "0014",
  110. "type": "RetailLocation",
  111. "address": "Pacifica, CA",
  112. "latitude": 37.594870,
  113. "longitude": -122.473562,
  114. "$revenue": 50000
  115. },
  116. {
  117. "id": "0015",
  118. "type": "RetailLocation",
  119. "address": "Gilroy, CA",
  120. "latitude": 36.995174,
  121. "longitude": -121.602745,
  122. "$revenue": 50000
  123. }
  124. ]
  125. }
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement