
{
"success": true,
"message": "Consulta exitosa",
"map": {
"id": 1,
"name": "Overview",
"position": null,
"background": "mapa_t1_t2.png",
"children": [
{
"id": 2,
"name": "Terminal 1 ",
"position": [
36,
560
],
"background": "mapa_t1_over.png",
"children": null,
"locations": null
},
{
"id": 3,
"name": "Terminal 2 ",
"position": [
370,
17
],
"background": "mapa_t2_over.png",
"children": null,
"locations": null
}
],
"locations": [
      {
        "id": 1,
        "map_id": 3,
        "type": "Transporte",
        "subtype": "Colectivo",
        "name": "Renta de auto",
        "position": [
          400,
          380
        ],
        "image": "icono_transporteColectivo.png",
        "show": true,
        "address": "Terminal 1 PB"
      },
      {
        "id": 9,
        "map_id": 2,
        "type": "Servicios",
        "subtype": "Restaurante",
        "name": "Taco Inn",
        "position": [
          610,
          300
        ],
        "image": "icono_alimentosBebidas.png",
        "show": false,
        "address": "Terminal 1 PA"
      },
      {
        "id": 2,
        "map_id": 2,
        "type": "Transporte",
        "subtype": "Bus",
        "name": "Taxi",
        "position": [
          480,
          265
        ],
        "image": "icono_transporteBus.png",
        "show": true,
        "address": "Terminal 1 PB Parte 1"
      },
      {
        "id": 20,
        "map_id": 2,
        "type": "Transporte",
        "subtype": "Bus",
        "name": "Taxi Libre",
        "position": [
          480,
          300
        ],
        "image": "icono_transporteBus.png",
        "show": true,
        "address": "Terminal 1 PB Parte 1"
      }
    ]
  }
}