[
  {
    "city_id": "C001",
    "venue_id": "V0001",
    "name": "fazhan",

    "center": {
      "lat": 40.039226,
      "lng": 116.30334
    },

    "local_bbox_m": {
      "east": 53.9,
      "west": -53.0,
      "north": 55.3,
      "south": -50.2
    },

    "floors": [
      { "floor_id": "F1" },
      { "floor_id": "F2" },
      { "floor_id": "F3" },
      { "floor_id": "F4" }
    ],

    "asset_path": "cities/C001/venues/V0001/assets",
    "wifi_path": "cities/C001/venues/V0001/wifi"
  },

  {
    "city_id": "C001",
    "venue_id": "V0002",
    "name": "shangdihualian",

    "center": {
      "lat": 40.027344,
      "lng": 116.305196
    },

    "local_bbox_m": {
      "east": 61.7,
      "west": -67.2,
      "north": 98.2,
      "south": -97.8
    },

    "floors": [
      {
        "floor_id": "B1"
      },
      {
        "floor_id": "F1"
      },
      {
        "floor_id": "F2"
      },
      {
        "floor_id": "F3"
      },
      {
        "floor_id": "F4"
      }
    ],

    "asset_path": "cities/C001/venues/V0002/assets",
    "wifi_path": "cities/C001/venues/V0002/wifi"
  },
  
  {
    "city_id": "C002",
    "venue_id": "V0001",
    "name": "DengLingGu",
    "center": {
      "lat": 34.195848,
      "lng": 108.855414
    },
    "local_bbox_m": {
      "east": 100.0,
      "west": -100.0,
      "north": 100.0,
      "south": -100.0
    },
    "floors": [
      { "floor_id": "F1" },
      { "floor_id": "F2" },
      { "floor_id": "F6" },
      { "floor_id": "F12" }
    ],
    "asset_path": "cities/C002/venues/V0001/assets",
    "wifi_path": "cities/C002/venues/V0001/wifi"
  }
]