getTileWithCache

@GET(value = "tiles/16/{x}/{y}.json")
abstract fun getTileWithCache(@Path(value = "x") x: Int, @Path(value = "y") y: Int): Call<String>