/android-rsu

Android App to show nearest recycling containers by type in Valencia

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Coverity Scan Build Status LGPLv3 License Build Status Circle CI Codeship Status for ricardogarfe/android-rsu

android-rsu

Access to Ayuntamiento de Valencia Open Data API for type of waste.

Request

URL: http://mapas.valencia.es/lanzadera/gps/contenedores/{tipo}/{lat}{lon}

Parameters

Depending on the type of waste they want to see. Here is a table of the available types:

Batteries Oil Clothes Waste Bottling Cardboard Glass
pilas aceite ropa residuos envases carton vidrio

Response

Basic response:

[
  {
    "latDestino": 39472993,
    "lonDestino": -385258,
    "distancia": 275,
    "titulo": "CONTENEDORES DE PILAS",
    "mensaje": "MERCADO ROJAS CLEMENTE\nBotanico\nNúmero de contenedores: 1"
  },
  {
    "latDestino": 39473757,
    "lonDestino": -378457,
    "distancia": 407,
    "titulo": "CONTENEDORES DE PILAS",
    "mensaje": "MERCADO CENTRAL\nPlaza Mercado\nNúmero de contenedores: 1"
  },
  {
    "latDestino": 39472640,
    "lonDestino": -387118,
    "distancia": 411,
    "titulo": "CONTENEDORES DE PILAS",
    "mensaje": "COLEGIO JESUS-MARIA\nG.V. Fernando el Catolico, 37\nNúmero de contenedores: 1"
  }
]