{
  "success": true,
  "message": "Consulta exitosa",
  "locations": [
    {
      "id": 1,
      "map_id": 2,
      "type": "Servicios",
      "subtype": "Transporte",
      "name": "Renta de auto",
      "position": [
        400,
        380
      ],
      "image": "ico_renta_auto.png",
      "show": false,
      "address": "Terminal 1"
    },
    {
      "id": 2,
      "map_id": 6,
      "type": "Servicios",
      "subtype": "Restaurante",
      "name": "Renta de algo",
      "position": [
        610,
        300
      ],
      "image": "ico_food.png",
      "show": false,
      "address": "Terminal 2 PB"
    },
    {
      "id": 2,
      "map_id": 10,
      "type": "Servicios",
      "subtype": "Transporte",
      "name": "Renta de otra cosa",
      "position": [
        480,
        265
      ],
      "image": "icono.jpg",
      "show": false,
      "address": "Terminal 1 PB S2"
    }
  ]
}